annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
611
e3f21a265be5 Added version directive to GLSL shader code + glew init function in sample code
Benjamin Golinvaux <bgo@osimis.io>
parents:
diff changeset
1 #pragma once
e3f21a265be5 Added version directive to GLSL shader code + glew init function in sample code
Benjamin Golinvaux <bgo@osimis.io>
parents:
diff changeset
2
e3f21a265be5 Added version directive to GLSL shader code + glew init function in sample code
Benjamin Golinvaux <bgo@osimis.io>
parents:
diff changeset
3 #define ORTHANC_STONE_OPENGL_SHADER_VERSION_DIRECTIVE "#version 110 core \n"