Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ isColor
Function
isColor
3rdparty/bimg/src/image.cpp:241–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
}
240
241
bool isColor(TextureFormat::Enum _format)
242
{
243
return _format > TextureFormat::Unknown
244
&& _format < TextureFormat::UnknownDepth
245
;
246
}
247
248
bool isDepth(TextureFormat::Enum _format)
249
{
Callers
1
createFrameBuffer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected