Back to home page

EIC code displayed by LXR

 
 

    


Warning, /eic-opticks/sysrap/gl/rec_flying_point/frag.glsl is written in an unsupported language. File is not indexed.

0001 #version 410 core
0002 
0003 in vec4 fcolor;
0004 out vec4 frag_color;
0005 
0006 void main ()
0007 {
0008     frag_color = fcolor ;
0009 }
0010 
0011