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

Function getProgramManager

Source/Falcor/Core/API/Device.h:490–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488 ref<RtStateObject> createRtStateObject(const RtStateObjectDesc& desc);
489
490 ProgramManager* getProgramManager() const { return mpProgramManager.get(); }
491
492 Profiler* getProfiler() const { return mpProfiler.get(); }
493

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected