Road to raylib 1.1 - Testing rlgl

This commit is contained in:
raysan5
2014-03-25 12:40:35 +01:00
parent 1c8dce429e
commit 96f520ff6d
13 changed files with 2537 additions and 1314 deletions

View File

@ -11,5 +11,4 @@ void main()
{
// Output pixel color
pixelColor = texture(texture0, fragTexCoord) * fragColor;
//pixelColor = fragColor;
}