44e484ad34
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. |
||
---|---|---|
.. | ||
data | ||
CMakeLists.txt | ||
test-filter.c | ||
test-input.c | ||
test-random.c | ||
test-sinewave.c |