renderbuffers are usable for various resolutions

This commit is contained in:
devZoGok
2021-10-18 19:08:26 +03:00
parent 9e6b5a995a
commit e5ddfb5e47
4 changed files with 20 additions and 24 deletions
+1 -2
View File
@@ -10,9 +10,8 @@ namespace vb01{
public:
enum TextureType{TEXTURE_2D,TEXTURE_CUBEMAP};
Texture();
~Texture();
Texture(int,int);
Texture(int,int,bool=true);
Texture(FT_Face&,char);
Texture(std::string);
Texture(std::string[6]);