Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ Height
Function
Height
engine/PoseidonGL33/TextureGL33.hpp:229–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
{
228
ASSERT_INIT();
229
return _mipmaps[level]._w;
230
}
231
int Height(int level) const
232
{
233
ASSERT_INIT();
234
return _mipmaps[level]._h;
235
}
236
Callers
9
DrawTextFreeType
Method · 0.85
DrawTextFreeType3D
Method · 0.85
DrawText
Method · 0.85
GetTextWidth
Method · 0.85
MaxGuardY
Method · 0.85
MaxSatY
Method · 0.85
Height2D
Method · 0.85
Top2D
Method · 0.85
ListRefreshRates
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected