Halide
WGPURenderPipelineDescriptor Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
const char * label
 
WGPUPipelineLayout layout
 
WGPUVertexState vertex
 
WGPUPrimitiveState primitive
 
const WGPUDepthStencilStatedepthStencil
 
WGPUMultisampleState multisample
 
const WGPUFragmentStatefragment
 

Detailed Description

Definition at line 1359 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPURenderPipelineDescriptor::nextInChain

Definition at line 1360 of file mini_webgpu.h.

◆ label

const char* WGPURenderPipelineDescriptor::label

Definition at line 1361 of file mini_webgpu.h.

◆ layout

WGPUPipelineLayout WGPURenderPipelineDescriptor::layout

Definition at line 1362 of file mini_webgpu.h.

◆ vertex

WGPUVertexState WGPURenderPipelineDescriptor::vertex

Definition at line 1363 of file mini_webgpu.h.

◆ primitive

WGPUPrimitiveState WGPURenderPipelineDescriptor::primitive

Definition at line 1364 of file mini_webgpu.h.

◆ depthStencil

const WGPUDepthStencilState* WGPURenderPipelineDescriptor::depthStencil

Definition at line 1365 of file mini_webgpu.h.

◆ multisample

WGPUMultisampleState WGPURenderPipelineDescriptor::multisample

Definition at line 1366 of file mini_webgpu.h.

◆ fragment

const WGPUFragmentState* WGPURenderPipelineDescriptor::fragment

Definition at line 1367 of file mini_webgpu.h.


The documentation for this struct was generated from the following file: