|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Recorded drawIndexed. Vertex-stepped attributes fetch element baseVertex + index value; instance-stepped attributes fetch element firstInstance + instance. More...
#include "donner/gpu/Commands.h"
Recorded drawIndexed. Vertex-stepped attributes fetch element baseVertex + index value; instance-stepped attributes fetch element firstInstance + instance.
| int32_t donner::gpu::DrawIndexedCommand::baseVertex = 0 |
Signed value added to every index before the vertex fetch.
| uint32_t donner::gpu::DrawIndexedCommand::firstIndex = 0 |
First index read, relative to the bound offset.
| uint32_t donner::gpu::DrawIndexedCommand::firstInstance = 0 |
First instance index.
| uint32_t donner::gpu::DrawIndexedCommand::indexCount = 0 |
Number of indices read.
| uint32_t donner::gpu::DrawIndexedCommand::instanceCount = 1 |
Number of instances.