| 329 | } |
| 330 | |
| 331 | uint32_t VertexArrayBuffer::GetIndexCount() const |
| 332 | { |
| 333 | return GetIndexBuffer()->GetCurrentSize(); |
| 334 | } |
| 335 | |
| 336 | void VertexArrayBuffer::UploadIndices(ref_ptr<GraphicsContext> context, void const * data, uint32_t count) |
| 337 | { |
no test coverage detected