aboutsummaryrefslogtreecommitdiff
path: root/shader/vertex.glsl
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-05-19 21:41:09 +0200
committerCharles <sircharlesaze@gmail.com>2020-05-19 21:41:09 +0200
commit3b2e7cc2347d88dbd8d7697a7cbd8354e7728fc0 (patch)
tree56cd83dca6d3627844347cc2ca86a6f6255f87d5 /shader/vertex.glsl
parentb0998910dd974280b3c6f3f65e21bfd5859b117f (diff)
downloadmandelbrot-3b2e7cc2347d88dbd8d7697a7cbd8354e7728fc0.tar.gz
mandelbrot-3b2e7cc2347d88dbd8d7697a7cbd8354e7728fc0.tar.bz2
mandelbrot-3b2e7cc2347d88dbd8d7697a7cbd8354e7728fc0.zip
Added OpenGL boilerplate
Diffstat (limited to 'shader/vertex.glsl')
-rw-r--r--shader/vertex.glsl5
1 files changed, 5 insertions, 0 deletions
diff --git a/shader/vertex.glsl b/shader/vertex.glsl
new file mode 100644
index 0000000..9ec6439
--- /dev/null
+++ b/shader/vertex.glsl
@@ -0,0 +1,5 @@
+#version 400 core
+
+void main()
+{
+}