summaryrefslogtreecommitdiff
path: root/gfx/gl/shaders/networkCurve.gs
blob: cf70b6e2e12d7583877d366371c23a93cbe2c96f (plain)
1
2
3
4
5
6
7
8
9
#version 330 core

layout(points) in;
layout(triangle_strip, max_vertices = 255) out;

void
main()
{
}