srp
software rendering pipeline
Loading...
Searching...
No Matches
SRPIndexBuffer Struct Reference

Public Attributes

SRPType indicesType
 
size_t nBytesPerIndex
 
size_t nIndices
 
size_t nBytesAllocated
 
void * data
 

Detailed Description

Member Data Documentation

◆ data

void* SRPIndexBuffer::data

Pointer to the index data

◆ indicesType

SRPType SRPIndexBuffer::indicesType

Type of stored indices

See also
srpIndexBufferCopyData

◆ nBytesAllocated

size_t SRPIndexBuffer::nBytesAllocated

How many bytes was already allocated for data

◆ nBytesPerIndex

size_t SRPIndexBuffer::nBytesPerIndex

How many bytes does one index occupy

◆ nIndices

size_t SRPIndexBuffer::nIndices

How many indices does this index buffer contain


The documentation for this struct was generated from the following file: