Default values can be set using WGPU_RENDER_BUNDLE_ENCODER_DESCRIPTOR_INIT as initializer.
Definition at line 2558 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 2569 of file webgpu.h.
◆ colorFormats
The INIT
macro sets this to NULL
.
Definition at line 2573 of file webgpu.h.
◆ depthStencilFormat
◆ sampleCount
uint32_t WGPURenderBundleEncoderDescriptor::sampleCount |
The INIT
macro sets this to 1
.
Definition at line 2581 of file webgpu.h.
◆ depthReadOnly
WGPUBool WGPURenderBundleEncoderDescriptor::depthReadOnly |
The INIT
macro sets this to 0
.
Definition at line 2585 of file webgpu.h.
◆ stencilReadOnly
WGPUBool WGPURenderBundleEncoderDescriptor::stencilReadOnly |
The INIT
macro sets this to 0
.
Definition at line 2589 of file webgpu.h.