We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d155e commit 455e5c6Copy full SHA for 455e5c6
tools/ndt/main.cpp
@@ -34,6 +34,9 @@ class ShaderCompiler final : public system::IApplicationFramework
34
35
bool onAppInitialized(smart_refctd_ptr<ISystem>&& system) override
36
{
37
+ if (!base_t::onAppInitialized(std::move(system)))
38
+ return false;
39
+
40
auto argc = argv.size();
41
42
core::vector<std::string> arguments(argv + 1, argv + argc);
0 commit comments