GRK/cw 3/shaders/shader_3_2.frag

9 lines
90 B
GLSL
Raw Normal View History

2022-01-12 16:07:16 +01:00
#version 430 core
in vec3 vNormal;
void main()
{
gl_FragColor = vec4(0.,1.,0., 1. );
}