| 234 | static_assert(TextureFormat::Count == BX_COUNTOF(s_textureFormatName) ); |
| 235 | |
| 236 | bool isCompressed(TextureFormat::Enum _format) |
| 237 | { |
| 238 | return _format < TextureFormat::Unknown; |
| 239 | } |
| 240 | |
| 241 | bool isColor(TextureFormat::Enum _format) |
| 242 | { |
no outgoing calls
no test coverage detected