GPURenderPassDepthStencilAttachment
interface GPURenderPassDepthStencilAttachment {depthClearValue?: number;depthLoadOp?: GPULoadOp;depthReadOnly?: boolean;depthStoreOp?: GPUStoreOp;stencilClearValue?: number;stencilLoadOp?: GPULoadOp;stencilReadOnly?: boolean;stencilStoreOp?: GPUStoreOp;view: GPUTextureView;}
Свойства
depthClearValue?: numberdepthLoadOp?: GPULoadOpdepthReadOnly?: booleandepthStoreOp?: GPUStoreOpstencilClearValue?: numberstencilLoadOp?: GPULoadOpstencilReadOnly?: booleanstencilStoreOp?: GPUStoreOpview: GPUTextureView
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPURenderPassDepthStencilAttachment