mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
[PICA] Add VSH_ATTR_NUM to reg definition
This commit is contained in:
parent
dca560a8da
commit
6ecdf71dbc
2 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,6 @@ struct ColourBuffer {
|
|||
|
||||
if (glCheckFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE)
|
||||
Helpers::panic("Incomplete framebuffer");
|
||||
//glBindRenderbuffer(GL_RENDERBUFFER, 0);
|
||||
|
||||
// TODO: This should not clear the framebuffer contents. It should load them from VRAM.
|
||||
GLint oldViewport[4];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue