mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-30 16:01:09 -04: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:
@@ -299,6 +299,7 @@ void VertexShaderManager::SetConstants()
|
||||
|
||||
dirty = true;
|
||||
BPFunctions::SetScissorAndViewport();
|
||||
g_stats.AddScissorRect();
|
||||
}
|
||||
|
||||
if (bProjectionChanged || g_freelook_camera.GetController()->IsDirty())
|
||||
|
||||
Reference in New Issue
Block a user