MCPcopy Create free account
hub / github.com/DavidColson/Polybox / BeginObject2D

Function BeginObject2D

source/graphics.cpp:550–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548// ***********************************************************************
549
550void BeginObject2D(EPrimitiveType type) {
551 pRenderState->typeState = type;
552 pRenderState->mode = ERenderMode::Mode2D;
553}
554
555// ***********************************************************************
556

Callers 2

LuaBeginObject2DFunction · 0.85
DrawSpriteRectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected