summaryrefslogtreecommitdiff
path: root/src/honey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/honey.c')
-rw-r--r--src/honey.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/honey.c b/src/honey.c
index 73fb285..950fc25 100644
--- a/src/honey.c
+++ b/src/honey.c
@@ -73,6 +73,9 @@ bool honey_setup(lua_State** L)
honey_setup_cglm(*L);
lua_setfield(*L, -2, "cglm");
+ honey_setup_shader(*L);
+ lua_setfield(*L, -2, "shader");
+
lua_pushcfunction(*L, honey_exit);
lua_setfield(*L, -2, "exit");