Skip to content

anv: fix crash when application does not provide push constants

Found while running Talos Principle.

As far as I can tell running a draw call with a pipeline having push constants without the application having called vkCmdPushConstants gives undefined push constant values.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com

Merge request reports