RenderDriver改到hgl::graph名字空间
This commit is contained in:
parent
5a127dd79d
commit
04886888e3
@ -1,9 +1,11 @@
|
|||||||
#ifndef HGL_RENDER_DRIVER_INCLUDE
|
#ifndef HGL_RENDER_DRIVER_INCLUDE
|
||||||
#define HGL_RENDER_DRIVER_INCLUDE
|
#define HGL_RENDER_DRIVER_INCLUDE
|
||||||
|
|
||||||
#include<hgl/graph/RenderStatus.h>
|
#include<hgl/graph/RenderStatus.h>
|
||||||
namespace hgl
|
namespace hgl
|
||||||
{
|
{
|
||||||
|
namespace graph
|
||||||
|
{
|
||||||
/**
|
/**
|
||||||
* 渲染驱动
|
* 渲染驱动
|
||||||
* 用于对真实渲染API的交接管理
|
* 用于对真实渲染API的交接管理
|
||||||
@ -21,5 +23,6 @@ namespace hgl
|
|||||||
virtual void ClearColorBuffer()=0;
|
virtual void ClearColorBuffer()=0;
|
||||||
virtual void ClearDepthBuffer()=0;
|
virtual void ClearDepthBuffer()=0;
|
||||||
};//class RenderDriver
|
};//class RenderDriver
|
||||||
|
}//namespace graph
|
||||||
}//namespace hgl
|
}//namespace hgl
|
||||||
#endif//HGL_RENDER_DRIVER_INCLUDE
|
#endif//HGL_RENDER_DRIVER_INCLUDE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user