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;
void createModelManager(DtDe *de)
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_EXAMPLECUSTOMSHADER
Definition: exampleCustomShaders.h:17