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

Method get_default_float4

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

Source from the content-addressed store, hash-verified

370}
371
372void 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
377void streamfx::obs::gs::effect_parameter::set_float4(float x, float y, float z, float w)
378{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected