Vulkan: Add support for unrestricted depth range.

This commit is contained in:
CrossVR
2025-07-21 05:48:04 +09:00
parent dccd8709d8
commit 0ace5f5d3d
6 changed files with 35 additions and 10 deletions

View File

@ -180,6 +180,7 @@ struct BackendInfo
bool bSupportsVSLinePointExpand = false;
bool bSupportsGLLayerInFS = true;
bool bSupportsHDROutput = false;
bool bSupportsUnrestrictedDepthRange = false;
};
extern BackendInfo g_backend_info;