mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Road to raylib 1.1 - Testing rlgl
This commit is contained in:
@ -11,5 +11,4 @@ void main()
|
||||
{
|
||||
// Output pixel color
|
||||
pixelColor = texture(texture0, fragTexCoord) * fragColor;
|
||||
//pixelColor = fragColor;
|
||||
}
|
||||
Reference in New Issue
Block a user