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 e0a57b0 commit 4f26c1aCopy full SHA for 4f26c1a
src/nbl/video/ILogicalDevice.cpp
@@ -12,7 +12,7 @@ void ILogicalDevice::addJITIncludeLoader()
12
{
13
if(auto finder = cc->getDefaultIncludeFinder())
14
15
- finder->addSearchPath("", core::make_smart_refctd_ptr<CJITIncludeLoader>(m_physicalDevice->getLimits(), m_physicalDevice->getFeatures()));
+ finder->addSearchPath("nbl/builtin/hlsl/jit", core::make_smart_refctd_ptr<CJITIncludeLoader>(m_physicalDevice->getLimits(), m_physicalDevice->getFeatures()));
16
}
17
18
0 commit comments