mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Reset the scissor rect after rendering onto a renderpass (#1858)
This commit is contained in:
committed by
GitHub
parent
7a46a23db5
commit
0571bf67e2
@@ -451,6 +451,8 @@ impl RenderPass {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rpass.set_scissor_rect(0, 0, size_in_pixels[0], size_in_pixels[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Should be called before `execute()`.
|
/// Should be called before `execute()`.
|
||||||
|
|||||||
Reference in New Issue
Block a user