mirror of
https://github.com/RPCS3/rpcs3
synced 2024-11-02 11:45:30 +00:00
gl: Handle GCM_FORMAT_G8B8 readback compatibility check
This commit is contained in:
parent
6bceebbb1a
commit
75d6765adc
1 changed files with 1 additions and 0 deletions
|
@ -910,6 +910,7 @@ namespace gl
|
|||
case GL_BGRA8:
|
||||
return { true, 4 };
|
||||
// 16-bit
|
||||
case GL_RG8:
|
||||
case GL_RG16:
|
||||
case GL_RG16F:
|
||||
case GL_R16:
|
||||
|
|
Loading…
Reference in a new issue