mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-07 07:20:07 +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(quads) in;
|
||||||
layout(cw) 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 {
|
in block {
|
||||||
GregEvalVertex v;
|
GregEvalVertex v;
|
||||||
} inpt[];
|
} inpt[];
|
||||||
|
Loading…
Reference in New Issue
Block a user