Spec-Zone.ru › Deno 1

GPURenderPassDepthStencilAttachment

interface GPURenderPassDepthStencilAttachment {
depthClearValue?: number;
depthLoadOp?: GPULoadOp;
depthReadOnly?: boolean;
depthStoreOp?: GPUStoreOp;
stencilClearValue?: number;
stencilLoadOp?: GPULoadOp;
stencilReadOnly?: boolean;
stencilStoreOp?: GPUStoreOp;
view: GPUTextureView;
}

Свойства

depthClearValue?: number
depthLoadOp?: GPULoadOp
depthReadOnly?: boolean
depthStoreOp?: GPUStoreOp
stencilClearValue?: number
stencilLoadOp?: GPULoadOp
stencilReadOnly?: boolean
stencilStoreOp?: GPUStoreOp
view: GPUTextureView

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

Spec-Zone.ru

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