blob: 9fb5fd7d2d069bf65c34358ddf2ff104f5da25fd [file] [log] [blame]
John Kessenich69f4b512013-09-04 21:19:27 +00001#version 150
2
3void bar()
4{
5}
John Kessenich1e91f5e2013-11-20 22:16:41 +00006
7layout(line_strip) out;