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

Function rend_DrawPolygon3D

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

Source from the content-addressed store, hash-verified

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

Callers 2

g3_DrawPolyFunction · 0.85
g3_DrawBitmapFunction · 0.85

Calls 11

g3_RefreshTransformsFunction · 0.85
gpu_DrawFlatPolygon3DFunction · 0.85
GR_COLOR_REDFunction · 0.85
GR_COLOR_GREENFunction · 0.85
GR_COLOR_BLUEFunction · 0.85
gpu_BindTextureFunction · 0.85
g3_ProjectPointFunction · 0.85
g3_TransformVertFunction · 0.85
gpu_RenderPolygonFunction · 0.85

Tested by

no test coverage detected