Default values can be set using WGPU_RENDER_BUNDLE_ENCODER_DESCRIPTOR_INIT as initializer.
Definition at line 2446 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 2457 of file webgpu.h.
◆ colorFormats
The INIT
macro sets this to NULL
.
Definition at line 2461 of file webgpu.h.
◆ depthStencilFormat
◆ sampleCount
uint32_t WGPURenderBundleEncoderDescriptor::sampleCount |
The INIT
macro sets this to 1
.
Definition at line 2469 of file webgpu.h.
◆ depthReadOnly
WGPUBool WGPURenderBundleEncoderDescriptor::depthReadOnly |
The INIT
macro sets this to 0
.
Definition at line 2473 of file webgpu.h.
◆ stencilReadOnly
WGPUBool WGPURenderBundleEncoderDescriptor::stencilReadOnly |
The INIT
macro sets this to 0
.
Definition at line 2477 of file webgpu.h.