annotate Framework/Scene2D/Internals/OpenGLShaderVersionDirective.h @ 612:ba72bffceb7d

Removed "core" from shader version spec + removed useless code from StoneInitialize
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 30 Apr 2019 16:18:46 +0200
parents e3f21a265be5
children 97926984d5d0
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
612
ba72bffceb7d Removed "core" from shader version spec + removed useless code from StoneInitialize
Benjamin Golinvaux <bgo@osimis.io>
parents: 611
diff changeset
3 #define ORTHANC_STONE_OPENGL_SHADER_VERSION_DIRECTIVE "#version 110 \n"