aboutsummaryrefslogtreecommitdiff
path: root/src/shader_sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_sys.h')
-rw-r--r--src/shader_sys.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/shader_sys.h b/src/shader_sys.h
new file mode 100644
index 0000000..114e53d
--- /dev/null
+++ b/src/shader_sys.h
@@ -0,0 +1,13 @@
+#pragma once
+
+void init_shader_sys(void);
+
+int load_new_shader(const char* path);
+
+void set_active_shader(int idx);
+
+void reset_active_shader(void);
+
+void unload_shader(int idx);
+
+void unload_active_shaders(void); \ No newline at end of file