Skip to content

Commit 4f26c1a

Browse files
committed
change jit search path
1 parent e0a57b0 commit 4f26c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nbl/video/ILogicalDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ void ILogicalDevice::addJITIncludeLoader()
1212
{
1313
if(auto finder = cc->getDefaultIncludeFinder())
1414
{
15-
finder->addSearchPath("", core::make_smart_refctd_ptr<CJITIncludeLoader>(m_physicalDevice->getLimits(), m_physicalDevice->getFeatures()));
15+
finder->addSearchPath("nbl/builtin/hlsl/jit", core::make_smart_refctd_ptr<CJITIncludeLoader>(m_physicalDevice->getLimits(), m_physicalDevice->getFeatures()));
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)