增加完整的平台和底层支持,删除旧的OpenGL代码

This commit is contained in:
2019-04-30 16:42:59 +08:00
parent 5a121eb5ee
commit a51f3cffd8
229 changed files with 10583 additions and 5991 deletions

View File

@@ -1,21 +0,0 @@
#ifndef HGL_GRAPH_BLEND_MODE_INCLUDE
#define HGL_GRAPH_BLEND_MODE_INCLUDE
namespace hgl
{
namespace graph
{
/**
* 混合模式数据结构
*/
struct BlendMode ///混合模式
{
struct
{
unsigned int src,dst; ///<混合因子
unsigned int func; ///<混合方式
}rgb,alpha;
};//struct BlendMode
//namespace graph
}//namespace hgl
#endif//HGL_GRAPH_BLEND_MODE_INCLUDE