diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-02-04 19:17:59 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-02-04 19:17:59 -0500 |
| commit | 61e179f9580c985cb5ca80ea732fc7572d31c489 (patch) | |
| tree | 122ff15c6d94ce5aebff4ff6f1fc6d13317abe16 /assets | |
| parent | a3fb454f9935960dc2d367455f891d8fedfb9016 (diff) | |
pke: chkpt: text rendering, no errors but blank
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/shaders/glyph.vert | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/shaders/glyph.vert b/assets/shaders/glyph.vert index 52981c2..f48056d 100644 --- a/assets/shaders/glyph.vert +++ b/assets/shaders/glyph.vert @@ -7,7 +7,7 @@ layout(location = 1) in vec2 in_uv; // instance layout(location = 2) in vec4 in_fg_color; layout(location = 3) in vec4 in_bg_color; -layout(location = 4) in vec4 in_sprite_region; +layout(location = 4) in ivec4 in_sprite_region; layout(location = 5) in float in_width; layout(location = 0) out vec4 out_fg_color; |
