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

Method CreateMainRenderPass

Rtxpt/IntroSample.cpp:733–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731class IntroSample : public SampleBaseApp
732{
733 std::unique_ptr<Sample> CreateMainRenderPass(donut::app::DeviceManager& deviceManager, const CommandLineOptions& cmdLineOptions) override
734 {
735 // For now, create the basic Sample. Later we'll use IntroRenderer
736 return std::make_unique<IntroPathTracer>(deviceManager, cmdLineOptions);
737 }
738};
739
740#ifdef _WIN32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected