Skip to content

radv: Don't check if we need to copy immutable samplers for non push templates.

Georg Lehmann requested to merge DadSchoorse/mesa:radv-template-imsamplers into main

This should allow the compiler to optimize this out because it knows that cmd_buffer is NULL.

Merge request reports