Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / BilatTools_Cuda_smart_switch / src / core / switch / header / Image_GL / ImageMOOs_A.h
1 #ifndef IMAGEMOOS_A_H_
2 #define IMAGEMOOS_A_H_
3
4 /*----------------------------------------------------------------------*\
5 |* Declaration *|
6 \*---------------------------------------------------------------------*/
7
8
9
10 /*--------------------------------------*\
11 |* Public *|
12 \*-------------------------------------*/
13
14
15 #ifndef CBI_NO_CUDA // pour compilation avec cuda
16
17 #include "ImageMOOs_A_GPU.h"
18 #include "prioriteGPU.h"
19
20 #else // pour compilation sans cuda
21 #include "ImageMOOs_A_CPU.h"
22 #include "prioriteCPU.h"
23
24 #endif
25
26 #endif
27
28 /*----------------------------------------------------------------------*\
29 |* End *|
30 \*---------------------------------------------------------------------*/