aboutsummaryrefslogtreecommitdiff
path: root/BuddhaTest/include/Helpers.h
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2018-03-09 21:36:10 +0100
committerAndreas Grois <andi@grois.info>2018-03-09 21:36:10 +0100
commit3b734f0d6b9e28c1f2c4ae54e3f46e573e02f4a5 (patch)
tree444542870666e41594e7b493f625ade81d64f885 /BuddhaTest/include/Helpers.h
Initial Commit
Diffstat (limited to 'BuddhaTest/include/Helpers.h')
-rw-r--r--BuddhaTest/include/Helpers.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/BuddhaTest/include/Helpers.h b/BuddhaTest/include/Helpers.h
new file mode 100644
index 0000000..05ad151
--- /dev/null
+++ b/BuddhaTest/include/Helpers.h
@@ -0,0 +1,9 @@
+#pragma once
+#include <glad/glad.h>
+#include <GLFW/glfw3.h>
+
+namespace Helpers
+{
+ GLuint LoadShaders(const char * vertex_file_path, const char * fragment_file_path);
+ GLuint LoadComputeShader(const char * compute_file_path);
+} \ No newline at end of file