Spec-Zone.ru › Deno 1

GPUTextureDescriptor

interface GPUTextureDescriptor  extends GPUObjectDescriptorBase {
dimension?: GPUTextureDimension;
format: GPUTextureFormat;
mipLevelCount?: number;
sampleCount?: number;
size: GPUExtent3D;
usage: GPUTextureUsageFlags;
}

Расширения

GPUObjectDescriptorBase

Свойства

dimension?: GPUTextureDimension
format: GPUTextureFormat
mipLevelCount?: number
sampleCount?: number
size: GPUExtent3D
usage: GPUTextureUsageFlags

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUTextureDescriptor

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API