mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Implement ImGui window for scissor rectangles
This is mainly for debugging, and is only exposed by manually editing the configuration.
This commit is contained in:
parent
4d1e1db3c5
commit
f3eff70e2f
9 changed files with 406 additions and 0 deletions
|
@ -299,6 +299,7 @@ void VertexShaderManager::SetConstants()
|
|||
|
||||
dirty = true;
|
||||
BPFunctions::SetScissorAndViewport();
|
||||
g_stats.AddScissorRect();
|
||||
}
|
||||
|
||||
if (bProjectionChanged || g_freelook_camera.GetController()->IsDirty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue