Unified GLSL version across shaders in all tutorials.

This commit is contained in:
plapins
2016-06-24 09:36:28 +02:00
parent 85192863b1
commit de3f1b1b99
15 changed files with 15 additions and 15 deletions

View File

@@ -8,7 +8,7 @@
// Intel does not assume any responsibility for any errors which may appear in this software
// nor any responsibility to update it.
#version 400
#version 450
layout(location = 0) out vec4 out_Color;