render: enforce framebuffer offloading and remove introspection toggle (#9217)
This commit is contained in:
parent
a4b7d1c2d7
commit
ddf180fa30
6 changed files with 10 additions and 153 deletions
|
|
@ -126,7 +126,6 @@ struct SCurrentRenderData {
|
|||
float mouseZoomFactor = 1.f;
|
||||
bool mouseZoomUseMouse = true; // true by default
|
||||
bool useNearestNeighbor = false;
|
||||
bool forceIntrospection = false; // cleaned in ::end()
|
||||
bool blockScreenShader = false;
|
||||
bool simplePass = false;
|
||||
|
||||
|
|
@ -322,8 +321,6 @@ class CHyprOpenGLImpl {
|
|||
|
||||
void preBlurForCurrentMonitor();
|
||||
|
||||
bool passRequiresIntrospection(PHLMONITOR pMonitor);
|
||||
|
||||
friend class CHyprRenderer;
|
||||
friend class CTexPassElement;
|
||||
friend class CPreBlurElement;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue