visuals and a lot of other things

This commit is contained in:
2025-06-26 08:48:42 -04:00
parent ea2e7e918c
commit 6d488fce1e
21 changed files with 2315 additions and 728 deletions

View File

@@ -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);