WebGPU Headers: WGPURenderBundleEncoderDescriptor Struct Reference
Data Fields | |
| WGPUChainedStruct * | nextInChain |
| WGPUStringView | label |
| size_t | colorFormatCount |
| WGPUTextureFormat const * | colorFormats |
| WGPUTextureFormat | depthStencilFormat |
| uint32_t | sampleCount |
| WGPUBool | depthReadOnly |
| WGPUBool | stencilReadOnly |
Default values can be set using WGPU_RENDER_BUNDLE_ENCODER_DESCRIPTOR_INIT as initializer.
◆ nextInChain
◆ label
◆ colorFormatCount
size_t WGPURenderBundleEncoderDescriptor::colorFormatCount
◆ colorFormats
◆ depthStencilFormat
◆ sampleCount
uint32_t WGPURenderBundleEncoderDescriptor::sampleCount
◆ depthReadOnly
WGPUBool WGPURenderBundleEncoderDescriptor::depthReadOnly