R2 Shaders
R2Nothing.frag
Go to the documentation of this file.
1 /// \file R2Nothing.frag
2 /// \brief A fragment shader that does nothing
3 
4 void
5 main (void)
6 {
7 
8 }