Triangles not being drawn correctly

I’m currently following the Texture Mapping tutorial on vulkan-tutorial.com. Whenever I run the program there’s just a black screen. I opened the program in RenderDoc and under the mesh output under vkCmdDrawIndexed and sure enough some of the vertices seem unreasonably messed up. It’s giving the correct texture under vkCmdDrawIndexed but is outputting nothing. My program(left) compared to sample program(right). Thanks!

Screenshot - b21512e8c2e946246b1ce1c73fc36487 - Gyazo because it’s I can’t upload the picture for whatever reason.