Depth precision?

Do depth buffers in Vulkan work the same as in OpenGL? Is there anything with more precision than a 32-bit float buffer?

There are no Vulkan depth component formats that provide more than 32-bit float support. And even 32-bit float formats are not required to be supported.