obs-StreamFX/source/obs
Michael Fabian 'Xaymar' Dirks 4947d46aa1 gs-mipmapper: Update API usage, remove broken options and optimize
The new libOBS API allows us to directly access the underlying API instead of having to mess around in memory. By using it we can avoid crashing in case the compiler for it is different, or in case the actual back end structure changes.

Additionally the mostly unimplemented and unused options have also been removed, which streamlines the use of this class even further and reduces both shader and code complexity.

Finally by optimizing the use of the internal render target we can achieve a speed up of up to 3000% over the old way, allowing for many more mipmapped filters.
2023-03-28 12:40:40 +02:00
..
gs gs-mipmapper: Update API usage, remove broken options and optimize 2023-03-28 12:40:40 +02:00
obs-signal-handler.cpp obs-signal-handler: Helper classes for signals and audio 2020-02-14 07:30:46 +01:00
obs-signal-handler.hpp common: Common header include for improved platform support 2020-04-02 17:02:01 +02:00
obs-source-factory.cpp project: Apply clang-format 2019-12-21 17:05:53 +01:00
obs-source-factory.hpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
obs-source-tracker.cpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
obs-source-tracker.hpp common: Common header include for improved platform support 2020-04-02 17:02:01 +02:00
obs-source.cpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
obs-source.hpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
obs-tools.cpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
obs-tools.hpp obs-tools: Add OBS data deleter 2020-04-22 23:15:32 +02:00