visuals and a lot of other things
This commit is contained in:
@@ -7,6 +7,7 @@ struct Texture
|
||||
GLuint handle = 0;
|
||||
ivec2 size = {0, 0};
|
||||
s32 channels = -1;
|
||||
bool isInvalid = false;
|
||||
};
|
||||
|
||||
void texture_gl_set(Texture* self, void* data);
|
||||
|
Reference in New Issue
Block a user