MCPcopy Create free account
hub / github.com/crownengine/crown / isValid

Function isValid

3rdparty/bimg/src/image.cpp:255–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 }
254
255 bool isValid(TextureFormat::Enum _format)
256 {
257 return _format != TextureFormat::Unknown
258 && _format != TextureFormat::UnknownDepth
259 && _format != TextureFormat::Count
260 ;
261 }
262
263 bool isFloat(TextureFormat::Enum _format)
264 {

Callers 2

getFormatFunction · 0.70
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected