Refactoring structs Part 1
This commit is contained in:
@ -12,5 +12,5 @@
|
||||
typedef struct {
|
||||
GLuint fboId;
|
||||
GLuint rboId;
|
||||
texture_t *texture;
|
||||
texture_t texture;
|
||||
} framebuffer_t;
|
Reference in New Issue
Block a user