Default values can be set using WGPU_RENDER_BUNDLE_ENCODER_DESCRIPTOR_INIT as initializer.
Definition at line 2646 of file webgpu.h.
◆ nextInChain
◆ label
◆ colorFormatCount
| size_t WGPURenderBundleEncoderDescriptor::colorFormatCount |
Array count for colorFormats. The INIT macro sets this to 0.
Definition at line 2657 of file webgpu.h.
◆ colorFormats
The INIT macro sets this to NULL.
Definition at line 2661 of file webgpu.h.
◆ depthStencilFormat
◆ sampleCount
| uint32_t WGPURenderBundleEncoderDescriptor::sampleCount |
The INIT macro sets this to 1.
Definition at line 2669 of file webgpu.h.
◆ depthReadOnly
| WGPUBool WGPURenderBundleEncoderDescriptor::depthReadOnly |
The INIT macro sets this to WGPU_FALSE.
Definition at line 2673 of file webgpu.h.
◆ stencilReadOnly
| WGPUBool WGPURenderBundleEncoderDescriptor::stencilReadOnly |
The INIT macro sets this to WGPU_FALSE.
Definition at line 2677 of file webgpu.h.