mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-08 00:32:33 -07:00
Rasterizer: Setup skeleton for Host Conditional rendering
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user