Refactoring structs Part 1

This commit is contained in:
2021-05-20 22:20:52 -07:00
parent c19f7c1083
commit 5ae1f1c0d4
56 changed files with 484 additions and 422 deletions

View File

@ -12,5 +12,5 @@
typedef struct {
GLuint fboId;
GLuint rboId;
texture_t *texture;
texture_t texture;
} framebuffer_t;