MCPcopy 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
269static bool IsCubeMap( const DDSHeader & header )
270{
271 return header.caps.caps2 & DDSCAPS2_CUBEMAP;
272}
273
274static bool IsSupported( const DDSHeader & header )
275{

Callers 1

loadDDSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected