Add vecr::replace blend mode
This commit is contained in:
parent
17e23e41d4
commit
b8ad66732a
1 changed files with 5 additions and 0 deletions
|
|
@ -19,4 +19,9 @@ namespace psemek::vecr
|
||||||
return dst + src;
|
return dst + src;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
constexpr auto replace = [](gfx::color_4f const &, gfx::color_4f const & src)
|
||||||
|
{
|
||||||
|
return src;
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue