Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1542
void rend_SetFlatColor(ddgr_color color) { gpu_state.cur_color = color; }
1543
1544
// Sets the fog state to TRUE or FALSE
1545
void rend_SetFogState(int8_t state) {
Callers
15
g3_DrawLine
Function · 0.70
g3_DrawRotatedBitmap
Function · 0.70
RenderSubmodelFace
Function · 0.50
RenderSubmodelFacesUnsorted
Function · 0.50
CheckRoom
Function · 0.50
DrawVertBox
Function · 0.50
ui_DrawLine
Function · 0.50
ui_DrawBox
Function · 0.50
ui_DrawLTBox
Function · 0.50
ui_DrawRect
Function · 0.50
OnDraw
Method · 0.50
DrawBorder
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected