Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #version 410 core
0002 
0003 layout(location = 0) in vec4 rpos;
0004 
0005 void main () 
0006 {
0007     gl_Position = rpos ; 
0008     gl_PointSize = 10.0;
0009 }
0010