GLSL: Add version-number checking.

This commit is contained in:
John Kessenich
2017-07-23 11:49:42 -06:00
parent 67eb497002
commit 9353f1afab
4 changed files with 66 additions and 3 deletions

2
Test/435.vert Normal file
View File

@@ -0,0 +1,2 @@
#version 435
void main() {}