From 1228252e6bc4f18664725d60413896e6d9d9a6c5 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Fri, 17 Oct 2025 19:11:11 -0400 Subject: basic option text layout --- state.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'state.h') diff --git a/state.h b/state.h index 87c3126..f1b3327 100644 --- a/state.h +++ b/state.h @@ -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; -- cgit v1.2.3