Hey, I recently started moving my engine over to Vulkan. Everything's going smoothly, but I'm having some trouble figuring out how to get debug drawing for Bullet to work. Would I have to call
vkCmdDraw()
every time the
drawLine()
function in Bullet's debug class is called? That seems like it wouldn't be very good for performance. Any tips? Thanks!