Saga3D API Documentation  1.0-RC4
EPipelineTypes.h
Go to the documentation of this file.
1 #ifndef __E_PIPELINE_TYPES_H_INCLUDED__
2 #define __E_PIPELINE_TYPES_H_INCLUDED__
3 
4 namespace saga
5 {
6 namespace scene
7 {
8 
9  enum class E_PIPELINE_TYPE
10  {
11  GRAPHICS,
12  COMPUTE
13  };
14 
15 } // namespace scene
16 } // namespace saga
17 
18 #endif
19 
saga::scene::E_PIPELINE_TYPE::COMPUTE
@ COMPUTE
saga::scene::E_PIPELINE_TYPE
E_PIPELINE_TYPE
Definition: EPipelineTypes.h:9
saga::scene::E_PIPELINE_TYPE::GRAPHICS
@ GRAPHICS
saga
Definition: aabbox3d.h:11