Voxel
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Macros Pages
synchronized_texture_heap.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef SYNCHRONIZED_TEXTURE_HEAP_H
4 #define SYNCHRONIZED_TEXTURE_HEAP_H
5 
6 
7 /**
8  \file
9  \brief Includes all Synchronized::TextureHeap specializations
10 */
11 
12 
13 
14 
15 /*==============================================================================
16  Include all Synchronized::TextureHeap specializations
17 ==============================================================================*/
18 
19 
20 #include "synchronized_texture_heap_host.h"
21 #include "synchronized_texture_heap_opencl.h"
22 
23 
24 
25 
26 #endif // SYNCHRONIZED_TEXTURE_HEAP_H