| 317 | } |
| 318 | |
| 319 | void CommandBuffer::DrawIndexed(unsigned int numIndices, unsigned int firstIndex) |
| 320 | { |
| 321 | native_->DrawIndexed(numIndices, firstIndex); |
| 322 | } |
| 323 | |
| 324 | void CommandBuffer::DrawIndexed(unsigned int numIndices, unsigned int firstIndex, int vertexOffset) |
| 325 | { |
no outgoing calls
no test coverage detected