mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-17 15:30:51 +00:00
Handle missing internal format case
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user