Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codestation/qcma
/ IsCubeMap
Function
IsCubeMap
common/dds.cpp:269–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
static bool IsCubeMap( const DDSHeader & header )
270
{
271
return header.caps.caps2 & DDSCAPS2_CUBEMAP;
272
}
273
274
static bool IsSupported( const DDSHeader & header )
275
{
Callers
1
loadDDS
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected