WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPURenderPipelineDescriptor Struct Reference

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * label
 
WGPUPipelineLayout layout
 
WGPUVertexState vertex
 
WGPUPrimitiveState primitive
 
WGPUDepthStencilState const * depthStencil
 
WGPUMultisampleState multisample
 
WGPUFragmentState const * fragment
 

Detailed Description

Definition at line 1390 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPURenderPipelineDescriptor::nextInChain

Definition at line 1391 of file webgpu.h.

◆ label

char const* WGPURenderPipelineDescriptor::label

Definition at line 1392 of file webgpu.h.

◆ layout

WGPUPipelineLayout WGPURenderPipelineDescriptor::layout

Definition at line 1393 of file webgpu.h.

◆ vertex

WGPUVertexState WGPURenderPipelineDescriptor::vertex

Definition at line 1394 of file webgpu.h.

◆ primitive

WGPUPrimitiveState WGPURenderPipelineDescriptor::primitive

Definition at line 1395 of file webgpu.h.

◆ depthStencil

WGPUDepthStencilState const* WGPURenderPipelineDescriptor::depthStencil

Definition at line 1396 of file webgpu.h.

◆ multisample

WGPUMultisampleState WGPURenderPipelineDescriptor::multisample

Definition at line 1397 of file webgpu.h.

◆ fragment

WGPUFragmentState const* WGPURenderPipelineDescriptor::fragment

Definition at line 1398 of file webgpu.h.