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