Halide 17.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
WGPURenderPipelineDescriptor Struct Reference

#include <mini_webgpu.h>

Public Attributes

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

Detailed Description

Definition at line 1888 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

WGPUChainedStruct const* WGPURenderPipelineDescriptor::nextInChain

Definition at line 1889 of file mini_webgpu.h.

◆ label

WGPU_NULLABLE char const* WGPURenderPipelineDescriptor::label

Definition at line 1890 of file mini_webgpu.h.

◆ layout

WGPU_NULLABLE WGPUPipelineLayout WGPURenderPipelineDescriptor::layout

Definition at line 1891 of file mini_webgpu.h.

◆ vertex

WGPUVertexState WGPURenderPipelineDescriptor::vertex

Definition at line 1892 of file mini_webgpu.h.

◆ primitive

WGPUPrimitiveState WGPURenderPipelineDescriptor::primitive

Definition at line 1893 of file mini_webgpu.h.

◆ depthStencil

WGPU_NULLABLE WGPUDepthStencilState const* WGPURenderPipelineDescriptor::depthStencil

Definition at line 1894 of file mini_webgpu.h.

◆ multisample

WGPUMultisampleState WGPURenderPipelineDescriptor::multisample

Definition at line 1895 of file mini_webgpu.h.

◆ fragment

WGPU_NULLABLE WGPUFragmentState const* WGPURenderPipelineDescriptor::fragment

Definition at line 1896 of file mini_webgpu.h.


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