Some work on example games

This commit is contained in:
Ray
2017-04-28 00:29:23 +02:00
parent be40d97954
commit 66320582a3
8 changed files with 8 additions and 21 deletions

View File

@ -3,8 +3,8 @@
precision mediump float;
// Input vertex attributes (from vertex shader)
in vec2 fragTexCoord;
in vec4 fragColor;
varying vec2 fragTexCoord;
varying vec4 fragColor;
// Input uniform values
uniform sampler2D texture0;