bullet3/Extras/GPUphysics/cubeShader.frag

7 lines
52 B
GLSL

void main()
{
gl_FragColor = gl_Color ;
}