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

Function rend_SetFlatColor

renderer/HardwareOpenGL.cpp:1542–1542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1540}
1541
1542void rend_SetFlatColor(ddgr_color color) { gpu_state.cur_color = color; }
1543
1544// Sets the fog state to TRUE or FALSE
1545void rend_SetFogState(int8_t state) {

Callers 15

g3_DrawLineFunction · 0.70
g3_DrawRotatedBitmapFunction · 0.70
RenderSubmodelFaceFunction · 0.50
CheckRoomFunction · 0.50
DrawVertBoxFunction · 0.50
ui_DrawLineFunction · 0.50
ui_DrawBoxFunction · 0.50
ui_DrawLTBoxFunction · 0.50
ui_DrawRectFunction · 0.50
OnDrawMethod · 0.50
DrawBorderMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected