| 35 | } |
| 36 | |
| 37 | void IndexBuffer::SetNumActivePrimitives(uint32_t numActive) |
| 38 | { |
| 39 | LogAssert(numActive <= mNumPrimitives, "Invalid number of primitives."); |
| 40 | mNumActivePrimitives = numActive; |
| 41 | } |
| 42 | |
| 43 | uint32_t IndexBuffer::GetNumActiveIndices() const |
| 44 | { |
no outgoing calls
no test coverage detected