deno / 1.23.2 / ~ / gpurenderpassdepthstencilattachment.html /

GPURenderPassDepthStencilAttachment

interface GPURenderPassDepthStencilAttachment {
depthLoadValue : GPULoadOp | number;
depthReadOnly? : boolean;
depthStoreOp : GPUStoreOp;
stencilLoadValue : GPULoadOp | number;
stencilReadOnly? : boolean;
stencilStoreOp : GPUStoreOp;
view : GPUTextureView;
}

Properties

depthLoadValue : GPULoadOp | number
depthReadOnly? : boolean
depthStoreOp : GPUStoreOp
stencilLoadValue : GPULoadOp | number
stencilReadOnly? : boolean
stencilStoreOp : GPUStoreOp