diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-26 17:35:21 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-26 21:01:21 -0400 |
| commit | 7557fb423436f21e485e27ffd7f10e2c15232135 (patch) | |
| tree | b5f7a1aa5bb99239cdb661b4fd889f5acc1686e9 /state.h | |
| parent | 500cd948a40a9ad2ee8e123254d66259c46464d6 (diff) | |
start improving layout
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; |
