mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-27 17:29:17 -05:00
Vertex shaders optimization
This commit is contained in:
@ -4,7 +4,7 @@ precision mediump float;
|
||||
|
||||
varying vec2 fragTexCoord;
|
||||
uniform sampler2D texture0;
|
||||
uniform vec4 tintColor;
|
||||
uniform vec4 fragTintColor;
|
||||
|
||||
// NOTE: Add here your custom variables
|
||||
|
||||
|
||||
Reference in New Issue
Block a user