diff options
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ #define MIN(a, b) (((a) < (b)) ? (a) : (b)) typedef struct { + float x, y, dx, dy; +} Rect; + +typedef struct { GLuint vbo, ebo, vao; uint32_t num_elements; size_t pixel_len; |
