mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-23 19:08:06 +00:00
nvnflinger/gpu: implement applet capture
This commit is contained in:
parent
1c32e4157c
commit
ce72818075
19 changed files with 288 additions and 55 deletions
|
@ -40,6 +40,9 @@ public:
|
|||
/// Finalize rendering the guest frame and draw into the presentation texture
|
||||
virtual void Composite(std::span<const Tegra::FramebufferConfig> layers) = 0;
|
||||
|
||||
/// Get the tiled applet layer capture buffer
|
||||
virtual std::vector<u8> GetAppletCaptureBuffer() = 0;
|
||||
|
||||
[[nodiscard]] virtual RasterizerInterface* ReadRasterizer() = 0;
|
||||
|
||||
[[nodiscard]] virtual std::string GetDeviceVendor() const = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue