WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUVertexState Struct Reference

Data Fields

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

Detailed Description

Definition at line 1370 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUVertexState::nextInChain

Definition at line 1371 of file webgpu.h.

◆ entryPoint

WGPUShaderModule char const* WGPUVertexState::entryPoint

Definition at line 1373 of file webgpu.h.

◆ constantCount

size_t WGPUVertexState::constantCount

Definition at line 1374 of file webgpu.h.

◆ constants

WGPUConstantEntry const* WGPUVertexState::constants

Definition at line 1375 of file webgpu.h.

◆ bufferCount

size_t WGPUVertexState::bufferCount

Definition at line 1376 of file webgpu.h.

◆ buffers

WGPUVertexBufferLayout const* WGPUVertexState::buffers

Definition at line 1377 of file webgpu.h.