mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-10 14:52:58 +02:00
gsdx-ogl: always read the first attachment of the fbo
This commit is contained in:
@@ -217,6 +217,7 @@ namespace Emulate_DSA {
|
||||
void APIENTRY NamedFramebufferReadBuffer(GLuint framebuffer, GLenum src) {
|
||||
gl_BindFramebuffer(fb_target, framebuffer);
|
||||
glReadBuffer(src);
|
||||
gl_BindFramebuffer(fb_target, 0);
|
||||
}
|
||||
|
||||
GLenum APIENTRY CheckNamedFramebufferStatus(GLuint framebuffer, GLenum target) {
|
||||
|
||||
Reference in New Issue
Block a user