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