Skip to content

st/nir: count num_uniforms for FS bultin shader

Usually the uniforms will be assigned locations and have their slots counted automatically, but for builtin shaders the location assignment is manual. So count them too otherwise we get num_uniforms == 0.

Merge request reports