MCPcopy Create free account
hub / github.com/HeliumProject/Engine / BeginDrawing

Method BeginDrawing

Source/Engine/Graphics/BufferedDrawer.cpp:740–1215  ·  view source on GitHub ↗

Push buffered draw command data into vertex and index buffers for rendering. This must be called prior to calling DrawWorldElements() or DrawScreenElements(). EndDrawing() should be called when rendering is complete. No new draw calls can be added between a BeginDrawing() and EndDrawing() call pair. @see EndDrawing(), DrawWorldElements(), DrawScreenElements()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

UpdateMethod · 0.80

Calls 8

GetInstanceFunction · 0.85
GetDebugFontMethod · 0.80
GetSizeMethod · 0.45
ReleaseMethod · 0.45
CreateVertexBufferMethod · 0.45
CreateIndexBufferMethod · 0.45
MapMethod · 0.45
UnmapMethod · 0.45

Tested by

no test coverage detected