GPURenderPassDepthStencilAttachment constructor
GPURenderPassDepthStencilAttachment({
- required GPUTextureView view,
- num depthClearValue,
- GPULoadOp depthLoadOp,
- GPUStoreOp depthStoreOp,
- bool depthReadOnly,
- GPUStencilValue stencilClearValue,
- GPULoadOp stencilLoadOp,
- GPUStoreOp stencilStoreOp,
- bool stencilReadOnly,
Implementation
external factory GPURenderPassDepthStencilAttachment({
required GPUTextureView view,
num depthClearValue,
GPULoadOp depthLoadOp,
GPUStoreOp depthStoreOp,
bool depthReadOnly,
GPUStencilValue stencilClearValue,
GPULoadOp stencilLoadOp,
GPUStoreOp stencilStoreOp,
bool stencilReadOnly,
});