mesa/program: fix shadow property for samplers
When creating a sampler-type, we need to pass the correct vaclue for the "is_shadow"-parameter to glsl_sampler_type(), otherwise the compiler backend will have no clue about this being a shadow-sampler. Fixes: 1c0f92d8 ("nir: Create sampler variables in prog_to_nir.") Reviewed-by:Marek Olšák <marek.olsak@amd.com> Part-of: <mesa/mesa!5986>
Please register or sign in to comment