MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / applyArgs

Function applyArgs

Source/Falcor/Testing/UnitTest.h:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345
346template<typename... Args>
347void applyArgs(Options& options, Args&&... args)
348{
349 (applyArg(options, std::forward<Args>(args)), ...);
350}
351
352FALCOR_API void registerCPUTest(std::filesystem::path path, std::string name, unittest::Options options, CPUTestFunc func);
353FALCOR_API void registerGPUTest(std::filesystem::path path, std::string name, unittest::Options options, GPUTestFunc func);

Callers

nothing calls this directly

Calls 1

applyArgFunction · 0.85

Tested by

no test coverage detected