Files
JGL/assets/shader_programs/test_fragment.glsl
Redacted 147123b202
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 5m16s
Working on the default shader
( Need a system for accessing texture units & sampling etc )
2025-04-15 12:18:14 -04:00

7 lines
79 B
GLSL

#version 120
varying vec4 v_color;
void main(){
gl_FragColor = v_color;
}