| 623 | } |
| 624 | |
| 625 | static inline bool IsTextureType3D(TextureType type) |
| 626 | { |
| 627 | return type == TEXTURE_TYPE_3D || type == TEXTURE_TYPE_IMAGE_3D; |
| 628 | } |
| 629 | |
| 630 | static inline uint32_t GetLayerCount(TextureType type) |
| 631 | { |
no outgoing calls
no test coverage detected