diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-17 19:11:11 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-17 19:11:11 -0400 |
| commit | 1228252e6bc4f18664725d60413896e6d9d9a6c5 (patch) | |
| tree | b742b34d3d2e18c1884163df2c5717e00c046029 /state.h | |
| parent | 2d8507c060a7b7de6f0a714ad98d99b37856d8af (diff) | |
basic option text layout
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,6 +22,7 @@ typedef struct { GLuint vbo, ebo, vao; uint32_t num_elements; + size_t pixel_len; } text_buffer_t; typedef struct { @@ -79,7 +80,7 @@ typedef struct { GLuint text_shader; GLuint screen_size_uniform; GLuint offset_uniform; - text_buffer_t input_buffer_text; + text_buffer_t input_buffer_grafix; // fonts FT_Library ft_library; |
