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

Data Fields

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

Detailed Description

Default values can be set using WGPU_VERTEX_STATE_INIT as initializer.

Definition at line 4017 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUVertexState::nextInChain

Definition at line 4018 of file webgpu.h.

◆ entryPoint

WGPUShaderModule WGPUStringView WGPUVertexState::entryPoint

Defaults to NULL. This is a Nullable Input String.

Defaults to WGPU_STRING_VIEW_INIT.

Definition at line 4028 of file webgpu.h.

◆ constantCount

size_t WGPUVertexState::constantCount

Defaults to NULL.

Definition at line 4032 of file webgpu.h.

◆ constants

WGPUConstantEntry const* WGPUVertexState::constants

Definition at line 4033 of file webgpu.h.

◆ bufferCount

size_t WGPUVertexState::bufferCount

Defaults to NULL.

Definition at line 4037 of file webgpu.h.

◆ buffers

WGPUVertexBufferLayout const* WGPUVertexState::buffers

Definition at line 4038 of file webgpu.h.