Enum CompileFlags
Enumerates how the native Assimp DLL was compiled
Namespace: SharpAssimp
Assembly: SharpAssimp.dll
Syntax
public enum CompileFlags
Fields
| Name | Description |
|---|---|
| Debug | Assimp was compiled as a debug build |
| NoBoost | Assimp was compiled with the boost work around. |
| STLport | Assimp was compiled against STLport |
| Shared | Assimp compiled as a shared object (Windows: DLL); |
| SingleThreaded | Assimp was compiled built to run single threaded. |