Skip to content

anv: fix vkUpdateDescriptorSets with inline uniform blocks

With inline uniform blocks descriptor, the meaning of descriptorCount is a number of bytes to copy into the descriptor. Don't try to use that size as an index into the descriptor table.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: 43f40dc7 ("anv: Implement VK_EXT_inline_uniform_block") Gitlab: #1195 (closed)

Merge request reports