mojo2_shadowshader.glsl 77 B

1234567
  1. //shader for drawing shadows
  2. void shader(){
  3. b3d_FragColor=vec4( 0.0 );
  4. }