mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-07-24 00:02:03 +00:00
[client] add a MPV glsl style effect loader
This commit is contained in:
@@ -40,6 +40,9 @@ void egl_postProcessInvalidate(EGL_PostProcess * this);
|
||||
/* returns true if the configuration was modified since the last run */
|
||||
bool egl_postProcessConfigModified(EGL_PostProcess * this);
|
||||
|
||||
/* true when an active filter requires full-frame rendering and damage */
|
||||
bool egl_postProcessNeedsFullFrame(EGL_PostProcess * this);
|
||||
|
||||
/* apply the filters to the supplied texture
|
||||
* targetX/Y is the final target output dimension hint if scalers are present */
|
||||
bool egl_postProcessRun(EGL_PostProcess * this, EGL_Texture * tex,
|
||||
|
||||
Reference in New Issue
Block a user