using VABCreater delegate VertexAttribBufferCreater

This commit is contained in:
hyzboy 2020-07-14 14:08:34 +08:00
parent 9e99db9c72
commit 26b65b4f4e

View File

@ -46,6 +46,8 @@ namespace hgl
void * GetData ()const{return mem_data;} ///<取得数据指针
const uint32_t GetTotalBytes ()const{return total_bytes; } ///<取得数据字节数
};//class VertexAttribBufferCreater
using VABCreater=VertexAttribBufferCreater;
}//namespace graph
}//namespace hgl
#endif//HGL_GRAPH_VERTEX_ATTRIB_BUFFER_CREATER_INCLUDE