Rendering now to a HyprFramebuffer

This commit is contained in:
vaxerski
2022-04-09 15:01:28 +02:00
parent eea92231fa
commit b7094200f6
3 changed files with 25 additions and 1 deletions

View File

@@ -51,8 +51,10 @@ public:
SCurrentRenderData m_RenderData;
GLint m_iCurrentOutputFb = 0;
GLint m_iWLROutputFb = 0;
std::unordered_map<CWindow*, CFramebuffer> m_mWindowFramebuffers;
std::unordered_map<SMonitor*, CFramebuffer> m_mMonitorFramebuffers;
private:
std::list<GLuint> m_lBuffers;