| 246 | } |
| 247 | |
| 248 | bool isDepth(TextureFormat::Enum _format) |
| 249 | { |
| 250 | return _format > TextureFormat::UnknownDepth |
| 251 | && _format < TextureFormat::Count |
| 252 | ; |
| 253 | } |
| 254 | |
| 255 | bool isValid(TextureFormat::Enum _format) |
| 256 | { |
no outgoing calls
no test coverage detected