Default values can be set using WGPU_RENDER_PIPELINE_DESCRIPTOR_INIT as initializer.
WGPUChainedStruct* WGPURenderPipelineDescriptor::nextInChain |
WGPUStringView WGPURenderPipelineDescriptor::label |
This is a Non-Null Input String.
The INIT
macro sets this to WGPU_STRING_VIEW_INIT.
WGPUPipelineLayout WGPURenderPipelineDescriptor::layout |
WGPUVertexState WGPURenderPipelineDescriptor::vertex |
The INIT
macro sets this to WGPU_VERTEX_STATE_INIT.
WGPUPrimitiveState WGPURenderPipelineDescriptor::primitive |
The INIT
macro sets this to WGPU_PRIMITIVE_STATE_INIT.
WGPUDepthStencilState const* WGPURenderPipelineDescriptor::depthStencil |
WGPUMultisampleState WGPURenderPipelineDescriptor::multisample |
The INIT
macro sets this to WGPU_MULTISAMPLE_STATE_INIT.
WGPUFragmentState const* WGPURenderPipelineDescriptor::fragment |