WebGPU Headers: WGPURenderPipelineDescriptor Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
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.

Definition at line 4820 of file webgpu.h.

◆ nextInChain

◆ label

◆ layout

The INIT macro sets this to NULL.

Definition at line 4831 of file webgpu.h.

◆ vertex

◆ primitive

◆ depthStencil

The INIT macro sets this to NULL.

Definition at line 4843 of file webgpu.h.

◆ multisample

◆ fragment

The INIT macro sets this to NULL.

Definition at line 4851 of file webgpu.h.