W3cubDocs

/Deno

GPUTextureSampleType

type GPUTextureSampleType =
| "float"
| "unfilterable-float"
| "depth"
| "sint"
| "uint";

Type

"float" | "unfilterable-float" | "depth" | "sint" | "uint"