Separated canvas texture creation code from FBO creation code

This commit is contained in:
Alex Szpakowski
2014-01-13 01:47:06 -04:00
parent fda005c5ff
commit 113093e4fc
2 changed files with 65 additions and 80 deletions
+1 -1
View File
@@ -113,8 +113,8 @@ public:
private:
GLuint fbo;
GLuint texture;
GLuint depth_stencil;
GLuint img;
TextureType texture_type;