Halide
WGPUVertexBufferLayout Struct Reference

#include <mini_webgpu.h>

Public Attributes

uint64_t arrayStride
 
WGPUVertexStepMode stepMode
 
uint32_t attributeCount
 
const WGPUVertexAttributeattributes
 

Detailed Description

Definition at line 1291 of file mini_webgpu.h.

Member Data Documentation

◆ arrayStride

uint64_t WGPUVertexBufferLayout::arrayStride

Definition at line 1292 of file mini_webgpu.h.

◆ stepMode

WGPUVertexStepMode WGPUVertexBufferLayout::stepMode

Definition at line 1293 of file mini_webgpu.h.

◆ attributeCount

uint32_t WGPUVertexBufferLayout::attributeCount

Definition at line 1294 of file mini_webgpu.h.

◆ attributes

const WGPUVertexAttribute* WGPUVertexBufferLayout::attributes

Definition at line 1295 of file mini_webgpu.h.


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