MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / rend_SetOverlayType

Function rend_SetOverlayType

renderer/HardwareBaseGPU.cpp:145–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143void rend_SetOverlayMap(int handle) { gpu_Overlay_map = handle; }
144
145void rend_SetOverlayType(uint8_t type) { gpu_Overlay_type = type; }
146
147
148void rend_FillCircle(ddgr_color col, int x, int y, int rad) {}

Callers 15

rend_DrawSimpleBitmapFunction · 0.70
DrawPolygonModelFunction · 0.50
RenderSubmodelFaceFunction · 0.50
RenderSubmodelFunction · 0.50
RenderPolygonModelFunction · 0.50
ui_DoCursorFunction · 0.50
ui_DrawBitmapFunction · 0.50
OnDrawMethod · 0.50
DebugGraph_RenderFunction · 0.50
DrawShardObjectFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected