| 226 | static_assert(TextureFormat::Count == BX_COUNTOF(s_textureFormatName) ); |
| 227 | |
| 228 | bool isCompressed(TextureFormat::Enum _format) |
| 229 | { |
| 230 | return _format < TextureFormat::Unknown; |
| 231 | } |
| 232 | |
| 233 | bool isColor(TextureFormat::Enum _format) |
| 234 | { |
no outgoing calls
no test coverage detected