Data Fields | |
WGPUChainedStruct const * | 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.
WGPUChainedStruct const* WGPURenderBundleEncoderDescriptor::nextInChain |
WGPUStringView WGPURenderBundleEncoderDescriptor::label |
This is a Non-Null Input String.
Defaults to WGPU_STRING_VIEW_INIT.
size_t WGPURenderBundleEncoderDescriptor::colorFormatCount |
WGPUTextureFormat const* WGPURenderBundleEncoderDescriptor::colorFormats |
WGPUTextureFormat WGPURenderBundleEncoderDescriptor::depthStencilFormat |
Defaults to WGPUTextureFormat_Undefined.
uint32_t WGPURenderBundleEncoderDescriptor::sampleCount |
WGPUBool WGPURenderBundleEncoderDescriptor::depthReadOnly |