gl: Handle GCM_FORMAT_G8B8 readback compatibility check

This commit is contained in:
kd-11 2024-05-15 00:38:19 +03:00 committed by kd-11
parent 6bceebbb1a
commit 75d6765adc

View file

@ -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: