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

Data Fields

uint64_t arrayStride
 
WGPUVertexStepMode stepMode
 
size_t attributeCount
 
WGPUVertexAttribute const * attributes
 

Detailed Description

Definition at line 1320 of file webgpu.h.

Field Documentation

◆ arrayStride

uint64_t WGPUVertexBufferLayout::arrayStride

Definition at line 1321 of file webgpu.h.

◆ stepMode

WGPUVertexStepMode WGPUVertexBufferLayout::stepMode

Definition at line 1322 of file webgpu.h.

◆ attributeCount

size_t WGPUVertexBufferLayout::attributeCount

Definition at line 1323 of file webgpu.h.

◆ attributes

WGPUVertexAttribute const* WGPUVertexBufferLayout::attributes

Definition at line 1324 of file webgpu.h.