mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
Rasterizer: Setup skeleton for Host Conditional rendering
This commit is contained in:
parent
3ea10762d2
commit
ea140a70fa
6 changed files with 53 additions and 10 deletions
|
@ -127,6 +127,10 @@ public:
|
|||
/// Notify rasterizer that a frame is about to finish
|
||||
virtual void TickFrame() = 0;
|
||||
|
||||
virtual bool AccelerateConditionalRendering() {
|
||||
return false;
|
||||
}
|
||||
|
||||
/// Attempt to use a faster method to perform a surface copy
|
||||
[[nodiscard]] virtual bool AccelerateSurfaceCopy(
|
||||
const Tegra::Engines::Fermi2D::Surface& src, const Tegra::Engines::Fermi2D::Surface& dst,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue