| 62 | class 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 |
nothing calls this directly
no outgoing calls
no test coverage detected