mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 12:51:42 +00:00
Dynamic depth bias on F1.
This commit is contained in:
parent
24f00a37e1
commit
32d7bf193e
1 changed files with 1 additions and 0 deletions
|
|
@ -2149,6 +2149,7 @@ static void DrawProfiler()
|
|||
|
||||
ImGui::Text("Present Wait: %s", g_capabilities.presentWait ? "Supported" : "Unsupported");
|
||||
ImGui::Text("Triangle Fan: %s", g_capabilities.triangleFan ? "Supported" : "Unsupported");
|
||||
ImGui::Text("Dynamic Depth Bias: %s", g_capabilities.dynamicDepthBias ? "Supported" : "Unsupported");
|
||||
ImGui::NewLine();
|
||||
|
||||
ImGui::Text("API: %s", g_vulkan ? "Vulkan" : "D3D12");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue