seems for GPU-AV we are missing supporting vkCmdDrawMeshTasksIndirectCount2EXT and vkCmdDrawMeshTasksIndirect2EXT correctly
vkCmdDrawMeshTasksIndirect2EXT is just missing a hook
vkCmdDrawMeshTasksIndirectCount2EXT is not calling valcmd::DrawMeshIndirect
Both of these will need to add fixes for DrawMeshIndirect such that it can take a VkDeviceAddress instead of the VkBuffer we normally had
seems for GPU-AV we are missing supporting
vkCmdDrawMeshTasksIndirectCount2EXTandvkCmdDrawMeshTasksIndirect2EXTcorrectlyvkCmdDrawMeshTasksIndirect2EXTis just missing a hookvkCmdDrawMeshTasksIndirectCount2EXTis not callingvalcmd::DrawMeshIndirectBoth of these will need to add fixes for
DrawMeshIndirectsuch that it can take aVkDeviceAddressinstead of theVkBufferwe normally had