1
0
Fork 0

specify the shader version (default is 1.0): reported by glslangValidator

This commit is contained in:
Erik Hofman 2016-08-03 09:31:07 +02:00
parent 12f4129a0d
commit 727c3feb11
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
// -*-C++-*-
#version 120
uniform sampler2D texture;

View file

@ -1,4 +1,5 @@
// -*-C++-*-
#version 120
uniform sampler2D texture;