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 2ae249d commit 7963dbdCopy full SHA for 7963dbd
src/nbl/CMakeLists.txt
@@ -194,6 +194,7 @@ set(NBL_ASSET_SOURCES
194
# Assets
195
${NBL_ROOT_PATH}/src/nbl/asset/IAsset.cpp
196
${NBL_ROOT_PATH}/src/nbl/asset/IAssetManager.cpp
197
+ ${NBL_ROOT_PATH}/src/nbl/asset/ICPUDescriptorSet.cpp
198
${NBL_ROOT_PATH}/src/nbl/asset/interchange/IAssetWriter.cpp
199
${NBL_ROOT_PATH}/src/nbl/asset/interchange/IAssetLoader.cpp
200
${NBL_ROOT_PATH}/src/nbl/asset/interchange/IRenderpassIndependentPipelineLoader.cpp
0 commit comments