Rendering now to a HyprFramebuffer
This commit is contained in:
parent
eea92231fa
commit
b7094200f6
3 changed files with 25 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue