| 115 | } |
| 116 | |
| 117 | GLenum TextureData::GetGLType() const { |
| 118 | return gl_type; |
| 119 | } |
| 120 | |
| 121 | unsigned int TextureData::GetMipDataSize(unsigned int face, unsigned int mip) const { |
| 122 | const unsigned index = face * mip_levels + mip; |
no outgoing calls
no test coverage detected