X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=WCudaMSE%2FBilatTools_Cuda_smart_switch%2Fsrc%2Fcore%2Fswitch%2Fheader%2FImage_GL%2Findirect%2FGLImageFonctionelSelections.h;fp=WCudaMSE%2FBilatTools_Cuda_smart_switch%2Fsrc%2Fcore%2Fswitch%2Fheader%2FImage_GL%2Findirect%2FGLImageFonctionelSelections.h;h=a6a9b0330616930a792b2dce8199319f2fda4b4a;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/BilatTools_Cuda_smart_switch/src/core/switch/header/Image_GL/indirect/GLImageFonctionelSelections.h b/WCudaMSE/BilatTools_Cuda_smart_switch/src/core/switch/header/Image_GL/indirect/GLImageFonctionelSelections.h new file mode 100755 index 0000000..a6a9b03 --- /dev/null +++ b/WCudaMSE/BilatTools_Cuda_smart_switch/src/core/switch/header/Image_GL/indirect/GLImageFonctionelSelections.h @@ -0,0 +1,29 @@ +#ifndef GLIMAGEFONCTIONELSELECTIONS_H_ +#define GLIMAGEFONCTIONELSELECTIONS_H_ + + +/*----------------------------------------------------------------------*\ + |* Declaration *| + \*---------------------------------------------------------------------*/ + +/*--------------------------------------*\ + |* Public *| + \*-------------------------------------*/ + +#ifndef CBI_NO_CUDA // pour compilation avec cuda + +#include "GLImageFonctionelSelections_GPU.h" +#include "prioriteGPU.h" + +#else // pour compilation sans cuda +#include "GLImageFonctionelSelections_CPU.h" +#include "prioriteCPU.h" + +#endif + + +#endif + +/*----------------------------------------------------------------------*\ + |* End *| + \*---------------------------------------------------------------------*/