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

Function registerPlugin

Source/RenderPasses/DLSSPass/DLSSPass.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52extern "C" FALCOR_API_EXPORT void registerPlugin(Falcor::PluginRegistry& registry)
53{
54 registry.registerClass<RenderPass, DLSSPass>();
55 ScriptBindings::registerBinding(registerDLSSPass);
56}
57
58DLSSPass::DLSSPass(ref<Device> pDevice, const Properties& props) : RenderPass(pDevice)
59{

Callers

nothing calls this directly

Calls 1

registerBindingFunction · 0.85

Tested by

no test coverage detected