obs-StreamFX/source/gfx
Michael Fabian 'Xaymar' Dirks 0c447f4055 gs-effect: Use std::shared_ptr and track effect lifetime
This fixes the case where the effect vanishes, but we still hold an invalid pointer to a parameter of that effect. With the new code, the effect will not vanish as long as an effect pointer exists.

However, all effects must be created either through std::shared_ptr or std::make_shared. If they were not made through one of those means, the code will crash on the ->shared_from_this() call.
2019-08-04 23:12:30 +02:00
..
blur gs-effect: Use std::shared_ptr and track effect lifetime 2019-08-04 23:12:30 +02:00
gfx-effect-source.cpp project: Apply new coding guidelines 2019-08-04 16:20:26 +02:00
gfx-effect-source.hpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00
gfx-source-texture.cpp project: Fix up previous commit 2019-08-04 20:29:04 +02:00
gfx-source-texture.hpp project: Apply new coding guidelines 2019-08-04 16:20:26 +02:00