mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
Merge remote-tracking branch 'origin/master' into custom
This commit is contained in:
commit
46c9b4df6f
11 changed files with 42 additions and 11 deletions
|
|
@ -1216,6 +1216,7 @@ WebGLFramebuffer::RefreshDrawBuffers() const
|
|||
}
|
||||
}
|
||||
|
||||
gl->fBindFramebuffer(LOCAL_GL_DRAW_FRAMEBUFFER, mGLName);
|
||||
gl->fDrawBuffers(driverBuffers.size(), driverBuffers.data());
|
||||
}
|
||||
|
||||
|
|
@ -1235,6 +1236,7 @@ WebGLFramebuffer::RefreshReadBuffer() const
|
|||
driverBuffer = mColorReadBuffer->mAttachmentPoint;
|
||||
}
|
||||
|
||||
gl->fBindFramebuffer(LOCAL_GL_READ_FRAMEBUFFER, mGLName);
|
||||
gl->fReadBuffer(driverBuffer);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue