fixed blur rendering, stencil and gles3

This commit is contained in:
vaxerski
2022-04-11 16:39:48 +02:00
parent 0f9850fafc
commit b56343133d
6 changed files with 66 additions and 31 deletions

View File

@@ -18,5 +18,7 @@ public:
CTexture m_cTex;
GLuint m_iFb = -1;
CTexture* m_pStencilTex = nullptr;
wl_output_transform m_tTransform; // for saving state
};