15 lines
284 B
C++
15 lines
284 B
C++
#ifndef HGL_RENDER_DRIVER_INCLUDE
|
|
#define HGL_RENDER_DRIVER_INCLUDE
|
|
|
|
#include<hgl/graph/RenderState.h>
|
|
namespace hgl
|
|
{
|
|
namespace graph
|
|
{
|
|
void InitOpenGLDebug();
|
|
|
|
bool IsSupportDSA();
|
|
}//namespace graph
|
|
}//namespace hgl
|
|
#endif//HGL_RENDER_DRIVER_INCLUDE
|