0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/test
jp9000 44e484ad34 (API Change) Fix filter rendering design flaw
obs_source_process_filter tried to do everything in a single function,
but the problem is that effect parameters would not properly be
accounted for due to the way it internally draws, therefore it was
necessary to split the functions in to two, you first call
obs_source_process_filter_begin, then you set your effect parameters,
then you finally call obs_source_process_filter_end.  This ensures that
when the filter is drawn, that the effect parameters are set.
2015-03-25 10:03:06 -07:00
..
osx Add SOVERSION to libobs-opengl 2015-01-13 17:51:38 -08:00
test-input (API Change) Fix filter rendering design flaw 2015-03-25 10:03:06 -07:00
win win/test: Fix string format specifier 2015-02-09 03:56:14 -08:00
CMakeLists.txt Full rewrite of all CMakeLists 2014-01-24 18:56:32 +01:00