All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 5m16s
( Need a system for accessing texture units & sampling etc )
7 lines
79 B
GLSL
7 lines
79 B
GLSL
#version 120
|
|
|
|
varying vec4 v_color;
|
|
|
|
void main(){
|
|
gl_FragColor = v_color;
|
|
} |