MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / DrawIndexed

Method DrawIndexed

deps/LLGL/wrapper/CSharp/CsCommandBuffer.cpp:319–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void CommandBuffer::DrawIndexed(unsigned int numIndices, unsigned int firstIndex)
320{
321 native_->DrawIndexed(numIndices, firstIndex);
322}
323
324void CommandBuffer::DrawIndexed(unsigned int numIndices, unsigned int firstIndex, int vertexOffset)
325{

Callers 11

DrawMethod · 0.45
renderIndicesMethod · 0.45
DrawSceneMethod · 0.45
DrawSceneIntoTextureFunction · 0.45
DrawSceneOntoScreenFunction · 0.45
OnDrawFrameMethod · 0.45
OnDrawFrameMethod · 0.45
RenderMethod · 0.45
OnDrawFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected