///////////////////////////////////////////////////////
| 826 | |
| 827 | //////////////////////////////////////////////////////////// |
| 828 | bool Texture::isSrgb() const |
| 829 | { |
| 830 | return m_sRgb; |
| 831 | } |
| 832 | |
| 833 | |
| 834 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected