Would be nice to have the ability to have a higher precision depth format as in some situations 24bits of precision is not enough causing a lot of Z fighting, especially in Pcsx2 emulation where it has 32bits of precision.
I think you need to be a bit more precise with your request. What depth buffer implementation do you mean? OpenGL? DirectX? Vulkan? The API specifies the supported precision, not the GPU driver.
Preferably Vulkan, but would also be useful in DX11/12 and OpenGL. I believe there might be an extension to do so with OpenGL but Iām not sure on the support for that.
Hi yumzion90, I think I stated the reply before. The GPU driver already supports double float, that is not the issue. The issue is that the API needs to expose that feature. of course this can be suggested to Microsoft (DX) or Khronos (OpenGL, Vulkan) or Apple (Metal), but this is not something that could be addressed by the driver alone.