You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The second to last parameter specifies an offset to add to the indices in the index buffer. The final parameter specifies an offset for instancing, which we're not using.".
Hi Alexander,
I hope your work is going well.
I am just raising this issue to let you know that there is a typo in this sentence in the Index buffer section on the website (https://vulkan-tutorial.com/Vertex_buffers/Index_buffer):
"The second to last parameter specifies an offset to add to the indices in the index buffer. The final parameter specifies an offset for instancing, which we're not using.".
The second to last parameter is the vertex offset, not the index buffer offset: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/vkCmdDrawIndexed.html.
Thanks, Josh
The text was updated successfully, but these errors were encountered: