Appearance
Documentation / @ripl/webgpu / VERTEX_STRIDE
const VERTEX_STRIDE: number
const
number
Defined in: webgpu/src/pipeline.ts:7
Byte stride for a single vertex: position(3) + normal(3) + color(4) = 10 floats × 4 bytes.