8 lines
80 B
GLSL
8 lines
80 B
GLSL
|
|
varying vec2 pos_2d_i;
|
|
|
|
void main()
|
|
{
|
|
gl_FragColor = vec4(0, 0.3, 1, 1);
|
|
}
|