Back to home page

EIC code displayed by LXR

 
 

    


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

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