Halide
WGPUVertexState Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
WGPUShaderModule module
 
const char * entryPoint
 
uint32_t constantCount
 
const WGPUConstantEntryconstants
 
uint32_t bufferCount
 
const WGPUVertexBufferLayoutbuffers
 

Detailed Description

Definition at line 1339 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUVertexState::nextInChain

Definition at line 1340 of file mini_webgpu.h.

◆ module

WGPUShaderModule WGPUVertexState::module

Definition at line 1341 of file mini_webgpu.h.

◆ entryPoint

const char* WGPUVertexState::entryPoint

Definition at line 1342 of file mini_webgpu.h.

◆ constantCount

uint32_t WGPUVertexState::constantCount

Definition at line 1343 of file mini_webgpu.h.

◆ constants

const WGPUConstantEntry* WGPUVertexState::constants

Definition at line 1344 of file mini_webgpu.h.

◆ bufferCount

uint32_t WGPUVertexState::bufferCount

Definition at line 1345 of file mini_webgpu.h.

◆ buffers

const WGPUVertexBufferLayout* WGPUVertexState::buffers

Definition at line 1346 of file mini_webgpu.h.


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