Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ isCubemap
Method
isCubemap
Engine/source/gfx/bitmap/ddsFile.h:165–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
bool getHasTransparency() const { return mHasTransparency; }
164
165
bool isCubemap() const { return mFlags.test( CubeMapFlag ); }
166
167
GFXFormat getFormat() const { return mFormat; }
168
Callers
3
createCubemap
Method · 0.80
initStatic
Method · 0.80
initStatic
Method · 0.80
Calls
1
test
Method · 0.45
Tested by
no test coverage detected