Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ getpixel
Method
getpixel
2dlib/viewport.cpp:317–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
315
}
316
317
ddgr_color grViewport::getpixel(int x, int y) {
318
ASSERT(vp_Locked);
319
320
return rend_GetPixel(x, y);
321
}
322
323
ddgr_color grViewport::getpixelc(int x, int y) {
324
ASSERT(vp_Locked);
Callers
2
CheckRoom
Function · 0.80
DrawPlayerOnTerrain
Method · 0.80
Calls
1
rend_GetPixel
Function · 0.50
Tested by
no test coverage detected