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

Method setpixel

2dlib/viewport.cpp:302–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300// ---------------------------------------------------------------------------
301
302void grViewport::setpixel(ddgr_color col, int x, int y) {
303 ASSERT(vp_Locked);
304
305 rend_SetPixel(col, x, y);
306}
307
308void grViewport::setpixelc(ddgr_color col, int x, int y) {
309 ASSERT(vp_Locked);

Callers 3

DrawTerrainPointsFunction · 0.80
CheckRoomFunction · 0.80
DrawPlayerOnTerrainMethod · 0.80

Calls 1

rend_SetPixelFunction · 0.50

Tested by

no test coverage detected