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