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 123a17b commit 51cbd88Copy full SHA for 51cbd88
src/nbl/asset/utils/IShaderCompiler.cpp
@@ -24,7 +24,7 @@ IShaderCompiler::IShaderCompiler(core::smart_refctd_ptr<system::ISystem>&& syste
24
m_defaultIncludeFinder = core::make_smart_refctd_ptr<CIncludeFinder>(core::smart_refctd_ptr(m_system));
25
}
26
27
-inline core::smart_refctd_ptr<ICPUShader> nbl::asset::IShaderCompiler::compileToSPIRV(const std::string_view code, const SCompilerOptions& options) const
+core::smart_refctd_ptr<ICPUShader> nbl::asset::IShaderCompiler::compileToSPIRV(const std::string_view code, const SCompilerOptions& options) const
28
{
29
CCache::SEntry entry;
30
std::vector<CCache::SEntry::SPreprocessingDependency> dependencies;
0 commit comments