Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ bump_h
Function
bump_h
bitmap/bumpmap.cpp:126–129 ·
view source on GitHub ↗
returns height of bumpmap
Source
from the content-addressed store, hash-verified
124
125
// returns height of bumpmap
126
uint8_t bump_h(int handle) {
127
ASSERT(GameBumpmaps[handle].flags & BUMPF_USED);
128
return GameBumpmaps[handle].height;
129
}
Callers
2
d3d_UploadBitmapToSurface
Function · 0.85
d3d_CreateTextureFromBitmap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected