ULRE/inc/hgl/graph/RenderPass.h

21 lines
337 B
C
Raw Normal View History

2018-12-07 16:15:06 +08:00
#ifndef HGL_GRAPH_RENDER_PASS_INCLUDE
#define HGL_GRAPH_RENDER_PASS_INCLUDE
namespace hgl
{
namespace graph
{
/**
*
*/
class RenderPass
{
public:
};//class RenderPass
}//namespace graph
}//namespace hgl
#endif//HGL_GRAPH_RENDER_PASS_INCLUDE