W3cubDocs

/Deno

GPUBufferBindingType

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

Type

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