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

Function rend_DrawPolygon2D

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

Source from the content-addressed store, hash-verified

442#ifdef DEDICATED_ONLY
443
444void rend_DrawPolygon2D(int, g3Point **, int, int) {}
445void rend_DrawPolygon3D(int, g3Point **, int, int) {}
446
447#else

Callers 10

rend_DrawFontCharacterFunction · 0.85
rend_DrawScaledBitmapFunction · 0.85
ui_DrawRectFunction · 0.85
InitMessageFunction · 0.85
DoWaitMessageFunction · 0.85
DrawAlphaBlendedScreenFunction · 0.85
gamma_callbackFunction · 0.85
TCAMDrawMenuFunction · 0.85
LoadLevelProgressFunction · 0.85
DrawMethod · 0.85

Calls 7

g3_RefreshTransformsFunction · 0.85
GR_COLOR_REDFunction · 0.85
GR_COLOR_GREENFunction · 0.85
GR_COLOR_BLUEFunction · 0.85
gpu_BindTextureFunction · 0.85
gpu_RenderPolygonFunction · 0.85

Tested by

no test coverage detected