You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix paths and aliases on mounted folders when NBL_EMBED_RESOURCES=OFF, missing return on CMountDirectoryArchive::getFile, made sure IFileArchive::m_absolutePath is preferred form and const.
P.S. Also take the opportunity rename all the variables about DXC_BUILTIN into SPIRV_BUILTIN because
target_include_directories(dxcBuiltinResourceDataPUBLIC"${_NABLA_INCLUDE_DIRECTORIES_}") # the reason behind the patch is because this internal BR target gets created before Nabla
616
+
target_include_directories(spirvBuiltinResourceDataPUBLIC"${_NABLA_INCLUDE_DIRECTORIES_}") # the reason behind the patch is because this internal BR target gets created before Nabla
617
617
target_include_directories(boostBuiltinResourceData PUBLIC"${_NABLA_INCLUDE_DIRECTORIES_}") # the reason behind the patch is because this internal BR target gets created before Nabla
0 commit comments