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

Function bump_w

bitmap/bumpmap.cpp:120–123  ·  view source on GitHub ↗

returns width of bumpmap

Source from the content-addressed store, hash-verified

118
119// returns width of bumpmap
120uint8_t bump_w(int handle) {
121 ASSERT(GameBumpmaps[handle].flags & BUMPF_USED);
122 return GameBumpmaps[handle].width;
123}
124
125// returns height of bumpmap
126uint8_t bump_h(int handle) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected