mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 12:59:14 +12:00
Surface cachin' again
This commit is contained in:
parent
70dd8b2e9d
commit
3ce9dc1d7b
3 changed files with 36 additions and 35 deletions
|
@ -11,9 +11,6 @@ struct Vertex {
|
|||
};
|
||||
|
||||
class Renderer {
|
||||
// OpenGL renderer state
|
||||
OpenGL::Framebuffer fbo;
|
||||
OpenGL::Texture fboTexture;
|
||||
OpenGL::Program triangleProgram;
|
||||
OpenGL::Program displayProgram;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue