| 289 | } |
| 290 | |
| 291 | uint32_t VertexArrayBuffer::GetAvailableIndexCount() const |
| 292 | { |
| 293 | return GetIndexBuffer()->GetAvailableSize(); |
| 294 | } |
| 295 | |
| 296 | uint32_t VertexArrayBuffer::GetAvailableVertexCount() const |
| 297 | { |
nothing calls this directly
no test coverage detected