11 #ifdef EXAMPLECUSTOMSHADERS_EXPORTS
12 #define DT_DLL_EXAMPLECUSTOMSHADER __declspec ( dllexport )
14 #define DT_DLL_EXAMPLECUSTOMSHADER __declspec ( dllimport )
17 #define DT_DLL_EXAMPLECUSTOMSHADER
21 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLECUSTOMSHADER
26 using namespace makVrv;
DT_DLL_EXAMPLESCENEROOTPLUGIN void init(DtDe &anIG)
void createModelManager(DtDe *de)
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
#define DT_DLL_EXAMPLECUSTOMSHADER
Definition: exampleCustomShaders.h:17