|
srp
software rendering pipeline
|
Public Attributes | |
| SRPType | indicesType |
| size_t | nBytesPerIndex |
| size_t | nIndices |
| size_t | nBytesAllocated |
| void * | data |
| void* SRPIndexBuffer::data |
Pointer to the index data
| SRPType SRPIndexBuffer::indicesType |
Type of stored indices
| size_t SRPIndexBuffer::nBytesAllocated |
How many bytes was already allocated for data
| size_t SRPIndexBuffer::nBytesPerIndex |
How many bytes does one index occupy
| size_t SRPIndexBuffer::nIndices |
How many indices does this index buffer contain