mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-09 22:03:58 +00:00
[client] egl: fix bgr filter re-init if DMA mode changes
This commit is contained in:
parent
f991f994f0
commit
ad13928c73
1 changed files with 2 additions and 1 deletions
|
@ -131,6 +131,7 @@ static bool egl_filterBGRtoBGRASetup(EGL_Filter * filter,
|
|||
egl_shaderGetUniform(this->shader, "outputSize");
|
||||
|
||||
this->useDMA = useDMA;
|
||||
this->prepared = false;
|
||||
}
|
||||
|
||||
if (this->prepared &&
|
||||
|
|
Loading…
Reference in a new issue