MCPcopy 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

createCubemapMethod · 0.80
initStaticMethod · 0.80
initStaticMethod · 0.80

Calls 1

testMethod · 0.45

Tested by

no test coverage detected