mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-05 22:41:09 +00:00
Add fractional spacing for boundary gregory
This commit is contained in:
parent
bd42d42be5
commit
b5d182b7be
@ -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[];
|
||||
|
Loading…
Reference in New Issue
Block a user