Skip to content

radv: Fix TCS -> TES I/O linking typo of VARYING_SLOT vs. BIT.

Timur Kristóf requested to merge Venemo/mesa:radv_fix_tess_again into main

In these bitwise expressions, VARYING_BIT_* should be used, but the code mistakenly used VARYING_SLOT_* which is wrong.

Merge request reports