| 61 | size_t Renderer::DebugWindow::index = 0; |
| 62 | |
| 63 | Renderer::Renderer(const SampleAppConfig& config, const Options& options) |
| 64 | : SampleApp(config) |
| 65 | , mOptions(options) |
| 66 | , mAppData(kAppDataPath) |
| 67 | { |
| 68 | setActivePythonRenderGraphDevice(getDevice()); |
| 69 | } |
| 70 | |
| 71 | Renderer::~Renderer() |
| 72 | { |
nothing calls this directly
no test coverage detected