Default values can be set using WGPU_RENDER_BUNDLE_ENCODER_DESCRIPTOR_INIT as initializer.
Definition at line 2470 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 2481 of file webgpu.h.
◆ colorFormats
The INIT
macro sets this to NULL
.
Definition at line 2485 of file webgpu.h.
◆ depthStencilFormat
◆ sampleCount
uint32_t WGPURenderBundleEncoderDescriptor::sampleCount |
The INIT
macro sets this to 1
.
Definition at line 2493 of file webgpu.h.
◆ depthReadOnly
WGPUBool WGPURenderBundleEncoderDescriptor::depthReadOnly |
The INIT
macro sets this to 0
.
Definition at line 2497 of file webgpu.h.
◆ stencilReadOnly
WGPUBool WGPURenderBundleEncoderDescriptor::stencilReadOnly |
The INIT
macro sets this to 0
.
Definition at line 2501 of file webgpu.h.