Halide 16.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
WGPUVertexState Struct Reference

#include <mini_webgpu.h>

Public Attributes

WGPUChainedStruct const * nextInChain
 
WGPUShaderModule char const * entryPoint
 
uint32_t constantCount
 
WGPUConstantEntry const * constants
 
uint32_t bufferCount
 
WGPUVertexBufferLayout const * buffers
 

Detailed Description

Definition at line 1339 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUVertexState::nextInChain

Definition at line 1340 of file mini_webgpu.h.

◆ entryPoint

WGPUShaderModule char const* 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

WGPUConstantEntry const* 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

WGPUVertexBufferLayout const* WGPUVertexState::buffers

Definition at line 1346 of file mini_webgpu.h.


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