public unsafe void BindIndexBuffer(Buffer indexBuffer, VkIndexType indexType = VkIndexType.Uint16) { VulkanNative.vkCmdBindIndexBuffer( _handle, indexBuffer.Handle, 0, indexType ); }