Assimp
v4.1. (December 2018)
|
Flags returned by aiGetCompileFlags()
.
More...
Variables | |
const uint | ASSIMP_CFLAGS_DEBUG = 0x4 |
Assimp was compiled as a debug build. More... | |
const uint | ASSIMP_CFLAGS_NOBOOST = 0x8 |
Assimp was compiled with ASSIMP_BUILD_BOOST_WORKAROUND defined. More... | |
const uint | ASSIMP_CFLAGS_SINGLETHREADED = 0x10 |
Assimp was compiled with ASSIMP_BUILD_SINGLETHREADED defined. More... | |
const uint | ASSIMP_CFLAGS_STLPORT = 0x2 |
Assimp was compiled against STLport. More... | |
C | |
Flags returned by aiGetCompileFlags()
.
const uint assimp::versionInfo::ASSIMP_CFLAGS_DEBUG = 0x4 |
Assimp was compiled as a debug build.
const uint assimp::versionInfo::ASSIMP_CFLAGS_NOBOOST = 0x8 |
Assimp was compiled with ASSIMP_BUILD_BOOST_WORKAROUND defined.
const uint assimp::versionInfo::ASSIMP_CFLAGS_SINGLETHREADED = 0x10 |
Assimp was compiled with ASSIMP_BUILD_SINGLETHREADED defined.
const uint assimp::versionInfo::ASSIMP_CFLAGS_STLPORT = 0x2 |
Assimp was compiled against STLport.
assimp::versionInfo::C |