mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
filter-custom-shader: Do not build for release
This feature is postponed until 0.6.0 for stability and UI/UX issues.
This commit is contained in:
parent
551cbb83b1
commit
a15f1934b3
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ INITIALIZER(HandlerInit)
|
||||||
|
|
||||||
filter::CustomShader::CustomShader()
|
filter::CustomShader::CustomShader()
|
||||||
{
|
{
|
||||||
|
return; // TEMP
|
||||||
memset(&sourceInfo, 0, sizeof(obs_source_info));
|
memset(&sourceInfo, 0, sizeof(obs_source_info));
|
||||||
sourceInfo.id = "obs-stream-effects-filter-custom-shader";
|
sourceInfo.id = "obs-stream-effects-filter-custom-shader";
|
||||||
sourceInfo.type = OBS_SOURCE_TYPE_FILTER;
|
sourceInfo.type = OBS_SOURCE_TYPE_FILTER;
|
||||||
|
|
Loading…
Reference in a new issue