comparison 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
comparison
equal deleted inserted replaced
610:0c4c0693b97c 611:e3f21a265be5
1 #pragma once
2
3 #define ORTHANC_STONE_OPENGL_SHADER_VERSION_DIRECTIVE "#version 110 core \n"