64-bit (double) float support?

Does Vulkan support 64-bit floats for vertex positions? Can I output this from a vertex shader for the position? (The equivalent OpenGL value would be gl_Position in the vertex shader.)

I believe gl_Position is vec4 (threfore float) irrespective of OpenGL or Vulkan.

1 Like