mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-23 05:09:57 +00:00
nvnflinger/gpu: implement layer stack composition
This commit is contained in:
parent
d2f98ce312
commit
5ec76db392
28 changed files with 470 additions and 253 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue