Halide
WGPUPrimitiveState Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
WGPUPrimitiveTopology topology
 
WGPUIndexFormat stripIndexFormat
 
WGPUFrontFace frontFace
 
WGPUCullMode cullMode
 

Detailed Description

Definition at line 945 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUPrimitiveState::nextInChain

Definition at line 946 of file mini_webgpu.h.

◆ topology

WGPUPrimitiveTopology WGPUPrimitiveState::topology

Definition at line 947 of file mini_webgpu.h.

◆ stripIndexFormat

WGPUIndexFormat WGPUPrimitiveState::stripIndexFormat

Definition at line 948 of file mini_webgpu.h.

◆ frontFace

WGPUFrontFace WGPUPrimitiveState::frontFace

Definition at line 949 of file mini_webgpu.h.

◆ cullMode

WGPUCullMode WGPUPrimitiveState::cullMode

Definition at line 950 of file mini_webgpu.h.


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