![]() |
Public API Reference |
![]() |
Start and end for a range of indices to render. More...
#include <ivideo/rendermesh.h>
Public Attributes | |
unsigned int | end |
End index. | |
unsigned int | start |
Start index. |
Start and end for a range of indices to render.
The indices are used in the range from start (inclusive) to end (exclusive): start <= n < end
Definition at line 261 of file rendermesh.h.
unsigned int CS::Graphics::RenderMeshIndexRange::end |
End index.
Definition at line 266 of file rendermesh.h.
unsigned int CS::Graphics::RenderMeshIndexRange::start |
Start index.
Definition at line 264 of file rendermesh.h.