mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 17:37:56 -05:00
nvnflinger/gpu: implement layer stack composition
This commit is contained in:
@ -38,7 +38,7 @@ public:
|
||||
virtual ~RendererBase();
|
||||
|
||||
/// Finalize rendering the guest frame and draw into the presentation texture
|
||||
virtual void SwapBuffers(const Tegra::FramebufferConfig* framebuffer) = 0;
|
||||
virtual void Composite(std::span<const Tegra::FramebufferConfig> layers) = 0;
|
||||
|
||||
[[nodiscard]] virtual RasterizerInterface* ReadRasterizer() = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user