mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
project: Version 0.8.0b2hf1
* #186 Write alpha channel to render target in shaders.
This commit is contained in:
parent
16463ac41b
commit
7e192f3f17
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ set(VERSION_MAJOR 0)
|
|||
set(VERSION_MINOR 8)
|
||||
set(VERSION_PATCH 0)
|
||||
set(VERSION_TWEAK 0)
|
||||
set(VERSION_SUFFIX "b2")
|
||||
set(VERSION_SUFFIX "b2hf1")
|
||||
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git")
|
||||
set(GIT_RESULT "")
|
||||
set(GIT_OUTPUT "")
|
||||
|
|
Loading…
Reference in a new issue