Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / BilatTools_Cuda / src / core / cudatools / header / host / ConstantMemoryLink.h
1 #ifndef CONSTANT_MEMORY_LINK_H_
2 #define CONSTANT_MEMORY_LINK_H_
3
4
5 /*----------------------------------------------------------------------*\
6 |* Declaration *|
7 \*---------------------------------------------------------------------*/
8
9 /*--------------------------------------*\
10 |* Public *|
11 \*-------------------------------------*/
12
13 struct ConstantMemoryLink
14 {
15 void** ptrDevTab; // void** pour la généricité
16 int n; // #octets de tout le tab
17 size_t sizeAll; // nb case du tableau
18 };
19
20
21 #endif
22
23 /*----------------------------------------------------------------------*\
24 |* End *|
25 \*---------------------------------------------------------------------*/