| 370 | } |
| 371 | |
| 372 | void streamfx::obs::gs::effect_parameter::get_default_float4(vec4& v) |
| 373 | { |
| 374 | get_default_float4(v.x, v.y, v.z, v.w); |
| 375 | } |
| 376 | |
| 377 | void streamfx::obs::gs::effect_parameter::set_float4(float x, float y, float z, float w) |
| 378 | { |
nothing calls this directly
no outgoing calls
no test coverage detected