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 31c9a61 commit 9acbc18Copy full SHA for 9acbc18
tools/nsc/main.cpp
@@ -293,6 +293,7 @@ class ShaderCompiler final : public system::IApplicationFramework
293
options.preprocessorOptions.sourceIdentifier = sourceIdentifier;
294
options.preprocessorOptions.logger = m_logger.get();
295
296
+ options.debugInfoFlags = core::bitflag<asset::IShaderCompiler::E_DEBUG_INFO_FLAGS>(asset::IShaderCompiler::E_DEBUG_INFO_FLAGS::EDIF_TOOL_BIT);
297
options.dxcOptions = std::span<std::string>(m_arguments);
298
299
auto includeFinder = make_smart_refctd_ptr<IShaderCompiler::CIncludeFinder>(smart_refctd_ptr(m_system));
0 commit comments