-
Notifications
You must be signed in to change notification settings - Fork 560
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels