Merge pull request #81 from procedural/fix-shader-versions

Fix shader versions
This commit is contained in:
Ray 2016-01-29 06:53:05 -08:00
commit 196bda0597
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#version 110
#version 330
attribute vec3 vertexPosition;
attribute vec2 vertexTexCoord;

View File

@ -1,4 +1,4 @@
#version 110
#version 330
uniform sampler2D texture0;
varying vec2 fragTexCoord;