Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid error due to using GLSL 1.5 when unsupported #138

Merged
merged 1 commit into from
Mar 23, 2016

Conversation

hagabaka
Copy link
Contributor

Only use the "font_shader_vs_layout" shader program if OpenGL 3.2 is
supported. According to https://en.wikipedia.org/wiki/OpenGL_Shading_Language#Versions
this is required for GLSL 1.5.

Fixes #137

Only use the "font_shader_vs_layout" shader program if OpenGL 3.2 is
supported. According to https://en.wikipedia.org/wiki/OpenGL_Shading_Language#Versions
this is required for GLSL 1.5.

Fixes anura-engine#137
@sweetkristas sweetkristas merged commit 6f1771a into anura-engine:trunk Mar 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants