HDK
|
#include <UT_DSOVersion.h>
Public Attributes | |
bool | loadGlobal |
Definition at line 26 of file UT_DSOVersion.h.
bool UT_DSOInfo::loadGlobal |
Linux only: Set to true if this DSO should be loaded with RTLD_GLOBAL. Note that this will mean that your DSO is dlclose()'ed, and then re-dlopen()'ed.
If set to true, then HoudiniDSOInit will be called again after the DSO is re-openend. The UT_DSOInfo struct will have its loadGlobal member set to true.
Definition at line 45 of file UT_DSOVersion.h.