Add fractional spacing for boundary gregory

This commit is contained in:
David G Yu 2013-06-27 17:08:19 -07:00
parent bd42d42be5
commit b5d182b7be

View File

@ -441,6 +441,12 @@ void main()
layout(quads) in;
layout(cw) in;
#ifdef OSD_FRACTIONAL_ODD_SPACING
layout(fractional_odd_spacing) in;
#elif OSD_FRACTIONAL_EVEN_SPACING
layout(fractional_even_spacing) in;
#endif
in block {
GregEvalVertex v;
} inpt[];