删除已经移位的重复代码

This commit is contained in:
hyzboy 2018-12-06 21:42:27 +08:00
parent 1c7f7f023d
commit 5a127dd79d

View File

@ -5,16 +5,6 @@
namespace hgl
{
namespace graph
{
int HGL_MAX_VERTEX_ATTRIBS; ///<最大顶点属性数量
void InitVertexBuffer()
{
glGetIntegerv(GL_MAX_VERTEX_ATTRIBS,&HGL_MAX_VERTEX_ATTRIBS);
}
}//namespace graph
namespace graph
{
VertexBufferControl *CreateVertexBufferControlDSA(uint);