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 3acecf7 commit dc1c247Copy full SHA for dc1c247
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