diff --git a/src/vulkan/device.c b/src/vulkan/device.c index b76942f5de5..e44f063237f 100644 --- a/src/vulkan/device.c +++ b/src/vulkan/device.c @@ -3179,7 +3179,7 @@ void anv_CmdDrawIndexed( .StartVertexLocation = firstIndex, .InstanceCount = instanceCount, .StartInstanceLocation = firstInstance, - .BaseVertexLocation = 0); + .BaseVertexLocation = vertexOffset); } static void