deno / latest / ~ / gputexturesampletype.html

GPUTextureSampleType

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

Type

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