mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
[client] egl: fix bgr filter re-init if DMA mode changes
This commit is contained in:
parent
f991f994f0
commit
ad13928c73
@ -130,7 +130,8 @@ static bool egl_filterBGRtoBGRASetup(EGL_Filter * filter,
|
|||||||
this->uOutputSize.location =
|
this->uOutputSize.location =
|
||||||
egl_shaderGetUniform(this->shader, "outputSize");
|
egl_shaderGetUniform(this->shader, "outputSize");
|
||||||
|
|
||||||
this->useDMA = useDMA;
|
this->useDMA = useDMA;
|
||||||
|
this->prepared = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this->prepared &&
|
if (this->prepared &&
|
||||||
|
Loading…
Reference in New Issue
Block a user