MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXPT / CreateMainRenderPass

Method CreateMainRenderPass

Rtxpt/AdvancedSample.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62class AdvancedSample : public SampleBaseApp
63{
64 std::unique_ptr<Sample> CreateMainRenderPass(donut::app::DeviceManager& deviceManager, const CommandLineOptions& cmdLineOptions) override
65 {
66 return std::make_unique<AdvancedPathTracer>(deviceManager, cmdLineOptions);
67 }
68};
69
70#ifdef _WIN32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected