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
# Creates a library with builtin resources for given bundle
28
28
# _TARGET_NAME_ is name of a target library that will be created
29
-
# _BUNDLE_NAME_ is a bundle name builtin resources are associated with
29
+
# _BUNDLE_NAME_ a list variable populated using LIST_BUILTIN_RESOURCE
30
30
# _BUNDLE_SEARCH_DIRECTORY_ is an absolute search directory path for builtin resorces for given bundle
31
31
# _BUNDLE_ARCHIVE_ABSOLUTE_PATH_ is a "absolute path" for an archive which will store a given bundle of builtin resources, must be relative _BUNDLE_SEARCH_DIRECTORY_
32
32
# _NAMESPACE_ is a C++ namespace builtin resources will be wrapped into
@@ -38,7 +38,7 @@ endmacro()
38
38
# and then create builtin resource target with the resource above using
# a real absolute path to the resource on the disk would be ${NBL_ROOT_PATH}/include/nbl/builtin/glsl/blit/default_compute_normalization.comp
41
-
# the builtin resource path seen in an archive would be "nbl/builtin/builtin/glsl/blit/default_compute_normalization.comp" where "nbl/builtin" would be an absolute path for an archive
41
+
# the builtin resource path seen in Nabla filesystem would be "nbl/builtin/builtin/glsl/blit/default_compute_normalization.comp" where "nbl/builtin" would be an absolute path for an archive
0 commit comments