gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig
This commit is contained in:
parent
ef584f1a3a
commit
9a76e94b3d
11 changed files with 22 additions and 32 deletions
|
@ -110,8 +110,7 @@ public:
|
|||
void SubmitList(Tegra::CommandList&& entries);
|
||||
|
||||
/// Swap buffers (render frame)
|
||||
void SwapBuffers(
|
||||
std::optional<std::reference_wrapper<const Tegra::FramebufferConfig>> framebuffer);
|
||||
void SwapBuffers(const Tegra::FramebufferConfig* framebuffer);
|
||||
|
||||
/// Notify rasterizer that any caches of the specified region should be flushed to Switch memory
|
||||
void FlushRegion(CacheAddr addr, u64 size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue