Handle missing internal format case

This commit is contained in:
baldurk
2014-12-02 19:06:10 +00:00
parent 2017cdfc35
commit e868280f3c
+1
View File
@@ -294,6 +294,7 @@ GLenum GetDataType(GLenum internalFormat)
case eGL_R16F:
return eGL_HALF_FLOAT;
case eGL_RGBA32F:
case eGL_RGB32F:
case eGL_RG32F:
case eGL_R32F:
case eGL_DEPTH_COMPONENT32F: