deno / 1.23.2 / ~ / gpubufferbindingtype.html /

GPUBufferBindingType

type GPUBufferBindingType = "uniform" | "storage" | "read-only-storage";

Type

"uniform" | "storage" | "read-only-storage"