Skip to content

v3d: rename vertex shader key (num)_fs_inputs fields

Iago Toral requested to merge itoral/mesa:v3d_rename_fs_inputs into master

Until now this made sense because we always paired vertex shaders with fragment shaders, but as soon as we implement geometry and tessellation shaders that will no longer be the case, so rename this to (num)_ns_inputs, where 'ns' stands for 'next stage'.

Merge request reports