Voxel
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Macros Pages
opencl.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef OPENCL_H
4 #define OPENCL_H
5 
6 
7 /**
8  \file
9  \brief Includes all OpenCL headers
10 */
11 
12 
13 
14 
15 /**
16  \namespace OpenCL
17  \brief Contains State, Program, Converter and Exception classes
18 */
19 
20 
21 
22 
23 /*==============================================================================
24  Include all OpenCL headers
25 ==============================================================================*/
26 
27 
28 #include "opencl_converter.h"
29 #include "opencl_program.h"
30 #include "opencl_state.h"
31 #include "opencl_deleter.h"
32 #include "opencl_exception.h"
33 
34 
35 
36 
37 #endif // OPENCL_H