mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
data/shaders: Change fixed to draw
This commit is contained in:
parent
c670ab60a1
commit
aff4b221ba
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ float4 PS_Fixed(FragData v_in) : TARGET {
|
||||||
return p_my_val;
|
return p_my_val;
|
||||||
}
|
}
|
||||||
|
|
||||||
technique Fixed
|
technique Draw
|
||||||
{
|
{
|
||||||
pass
|
pass
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue