-
Front-end: Fix missing tessellation shader built-in qualifiers. · b5c046e5John Kessenich authored
The gl_in array has a special path due to context-specific gl_MaxPatchVertices, making the code out of order for tagging built-ins. This commit moves the tagging to the correct location. This also fixes issue #80.
b5c046e5
×