mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-13 07:15:06 +00:00
gfx-shader-param: Initialize all variables
This commit is contained in:
parent
26a58645a7
commit
3e02857d39
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ gfx::shader::parameter_type gfx::shader::get_type_from_string(std::string v)
|
||||||
}
|
}
|
||||||
|
|
||||||
gfx::shader::parameter::parameter(gs::effect_parameter param, std::string key_prefix)
|
gfx::shader::parameter::parameter(gs::effect_parameter param, std::string key_prefix)
|
||||||
: _param(param), _order(0), _key(_param.get_name()), _name(_key), _description()
|
: _param(param), _order(0), _key(_param.get_name()), _visible(true), _automatic(false), _name(_key), _description()
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
std::stringstream ss;
|
std::stringstream ss;
|
||||||
|
|
Loading…
Reference in a new issue