GPUTextureDescriptor
interface GPUTextureDescriptor extends GPUObjectDescriptorBase {dimension?: GPUTextureDimension;format: GPUTextureFormat;mipLevelCount?: number;sampleCount?: number;size: GPUExtent3D;usage: GPUTextureUsageFlags;}
Расширения
Свойства
dimension?: GPUTextureDimensionformat: GPUTextureFormatmipLevelCount?: numbersampleCount?: numbersize: GPUExtent3Dusage: GPUTextureUsageFlags
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUTextureDescriptor