mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
1c072d67cb
Rendering happens with cached Geometry that is only updated when necessary, such as when the user changes settings. This optimization was necessary to reduce CPU and GPU usage as we can simply re-use the same geomtry instead of recalculating it. However, the actual source size was never checked. That meant that when a source changed size through any means, the filter would not update the geomtry accordingly, and the result was a squished or stretched image. With this, the source size is now checked each tick. Fixes #48 |
||
---|---|---|
.. | ||
filter-blur.cpp | ||
filter-blur.hpp | ||
filter-custom-shader.cpp | ||
filter-custom-shader.hpp | ||
filter-displacement.cpp | ||
filter-displacement.hpp | ||
filter-sdf-effects.cpp | ||
filter-sdf-effects.hpp | ||
filter-shape.cpp | ||
filter-shape.hpp | ||
filter-transform.cpp | ||
filter-transform.hpp |