added rotation
This commit is contained in:
@@ -10,5 +10,5 @@ uniform vec4 u_color;
|
||||
|
||||
void main() {
|
||||
vec4 texColor = texture(u_texture, v_texCoord);
|
||||
f_color = texColor;
|
||||
f_color = v_color;
|
||||
}
|
||||
Reference in New Issue
Block a user