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

Method Draw

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

Source from the content-addressed store, hash-verified

312/* ----- Drawing ----- */
313
314void CommandBuffer::Draw(unsigned int numVertices, unsigned int firstVertex)
315{
316 native_->Draw(numVertices, firstVertex);
317}
318
319void CommandBuffer::DrawIndexed(unsigned int numIndices, unsigned int firstIndex)
320{

Callers 15

renderVerticesMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
RunMethod · 0.45
RunMethod · 0.45
OnDrawFrameMethod · 0.45
mainFunction · 0.45
RenderMeshMethod · 0.45
RenderBallMethod · 0.45

Calls

no outgoing calls

Tested by 5

mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36