Documentation / @ripl/webgpu / FlushResult
Interface: FlushResult
Defined in: webgpu/src/geometry.ts:205
Result of flushing all queued meshes — buffers and per-mesh draw commands.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
draws | DrawCommand[] | Per-mesh draw commands into the shared vertex and index buffers. | webgpu/src/geometry.ts:211 |
indexBuffer | GPUBuffer | GPU buffer containing all uploaded index data for the frame. | webgpu/src/geometry.ts:209 |
vertexBuffer | GPUBuffer | GPU buffer containing all uploaded vertex data for the frame. | webgpu/src/geometry.ts:207 |