carb::extras::fLibFlagMakeFullLibName

Defined in carb/extras/Library.h

constexpr LibraryFlags carb::extras::fLibFlagMakeFullLibName = 0x00000001

Flag to indicate that only the module’s base name was given and that the full name should be constructed using createLibraryNameForModule() before attempting to load the library.

When this flag is used, it is assumed that neither the library’s prefix (if any) nor file extension are present in the given filename. Path components leading up to the module name may be included as needed. This flag is ignored if the filename is either nullptr or an empty string (ie: “”).