WebGPU Headers: WGPURenderPassColorAttachment Struct Reference
Data Fields | |
| WGPUChainedStruct * | nextInChain |
| WGPUTextureView | view |
| uint32_t | depthSlice |
| WGPUTextureView | resolveTarget |
| WGPULoadOp | loadOp |
| WGPUStoreOp | storeOp |
| WGPUColor | clearValue |
Default values can be set using WGPU_RENDER_PASS_COLOR_ATTACHMENT_INIT as initializer.
◆ nextInChain
◆ view
◆ depthSlice
uint32_t WGPURenderPassColorAttachment::depthSlice
◆ resolveTarget
◆ loadOp
◆ storeOp
◆ clearValue
WGPUColor WGPURenderPassColorAttachment::clearValue