mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 23:45:14 +02:00
- try to add special texture compression types from GL_EXT_texture_sRGB
This commit is contained in:
@@ -352,6 +352,7 @@ GLint toCompressionFormatGl(GLint format) {
|
||||
default:
|
||||
return format;
|
||||
}
|
||||
return format;
|
||||
}
|
||||
|
||||
GLint toWrapModeGl(Texture::WrapMode wrapMode){
|
||||
|
Reference in New Issue
Block a user