camera_cnn

Unnamed repository; edit this file 'description' to name the repository.
git clone anongit@rnpnr.xyz:camera_cnn.git
Log | Files | Refs | Feed | LICENSE

render.frag.glsl (49B)


      1 void main()
      2 {
      3 	out_colour = vec4(colour, 1.0);
      4 }