9 lines
87 B
Text
9 lines
87 B
Text
![]() |
#version 120
|
||
|
|
||
|
varying vec3 vColor;
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
gl_FragColor = vec4(vColor, 1.0);
|
||
|
}
|