diff Framework/Scene2D/Internals/OpenGLShaderVersionDirective.h @ 611:e3f21a265be5

Added version directive to GLSL shader code + glew init function in sample code AND commented-out glew init function in StoneInitialize
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 30 Apr 2019 16:07:48 +0200
parents
children ba72bffceb7d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Framework/Scene2D/Internals/OpenGLShaderVersionDirective.h	Tue Apr 30 16:07:48 2019 +0200
@@ -0,0 +1,3 @@
+#pragma once
+
+#define ORTHANC_STONE_OPENGL_SHADER_VERSION_DIRECTIVE "#version 110 core     \n"
\ No newline at end of file