|
|
|||
Warning, /eic-opticks/sysrap/gl/rec_flying_point/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
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|