删除已经移位的重复代码
This commit is contained in:
parent
1c7f7f023d
commit
5a127dd79d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user