MCPcopy Create free account
hub / github.com/Vhonowslend/StreamFX-Public / get_float4

Method get_float4

source/obs/gs/gs-effect-parameter.cpp:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367void streamfx::obs::gs::effect_parameter::get_float4(vec4& v)
368{
369 get_float4(v.x, v.y, v.z, v.w);
370}
371
372void streamfx::obs::gs::effect_parameter::get_default_float4(vec4& v)
373{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected