MCPcopy Create free account
hub / github.com/crownengine/crown / ALeffect_setParamfv

Function ALeffect_setParamfv

3rdparty/openal/al/effect.cpp:108–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106{ effect->vtab->setParamf(&effect->Props, std::forward<T>(args)...); }
107template<typename... T>
108void ALeffect_setParamfv(ALeffect *effect, T&& ...args)
109{ effect->vtab->setParamfv(&effect->Props, std::forward<T>(args)...); }
110
111template<typename... T>
112void ALeffect_getParami(const ALeffect *effect, T&& ...args)

Callers 1

effect.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected