deno / latest / ~ / gpubufferbindingtype.html

GPUBufferBindingType

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

Type

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