| 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 | { |