mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Separated canvas texture creation code from FBO creation code
This commit is contained in:
@@ -113,8 +113,8 @@ public:
|
||||
private:
|
||||
|
||||
GLuint fbo;
|
||||
GLuint texture;
|
||||
GLuint depth_stencil;
|
||||
GLuint img;
|
||||
|
||||
TextureType texture_type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user