diff options
author | kitty piapiac <kcp@bsd.computer> | 2023-04-22 22:54:17 -0700 |
---|---|---|
committer | kitty piapiac <kcp@bsd.computer> | 2023-04-22 22:54:17 -0700 |
commit | 5e9d27a6fedfe964ea68fa5bd6cc84ba244a01fb (patch) | |
tree | 29073bfc65b711aeb4a9ae27677d4fbcfadfa232 /include/graph.h | |
parent | 8f38659932677a2b0e00b7f4abda54ac76a8ecd9 (diff) |
add grid + baking held piece into grid
Diffstat (limited to 'include/graph.h')
-rw-r--r-- | include/graph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/graph.h b/include/graph.h index ff2ab8a..7ac9f1e 100644 --- a/include/graph.h +++ b/include/graph.h @@ -18,6 +18,7 @@ X U32 graph_shader_tex; X V graph_shader_use(U32); X V graph_shader_setI(IM C*,I); X V graph_shader_setV3(IM C*,vec3); +X V graph_shader_setV4(IM C*,vec4); X V graph_shader_setM4(IM C*,mat4); X U32 graph_tex_create(IM C*); |