Skip to content

zink: handle dynamic sampler array indexing for arb_gpu_shader5

Mike Blumenkrantz requested to merge zmike/mesa:zink-sampler_arrays into master

this requires that arrays of samplers be declared as single variables with a single binding point, which is then propagated through to the descriptor set updates

constant sampler array indexing is now un-lowered during access so we can construct an access chain for both constant and dynamic offset paths

Merge request reports

Loading