| 365 | } |
| 366 | |
| 367 | void streamfx::obs::gs::effect_parameter::get_float4(vec4& v) |
| 368 | { |
| 369 | get_float4(v.x, v.y, v.z, v.w); |
| 370 | } |
| 371 | |
| 372 | void streamfx::obs::gs::effect_parameter::get_default_float4(vec4& v) |
| 373 | { |
nothing calls this directly
no outgoing calls
no test coverage detected