public void BindAttribute(VertexAttrib attribute, int offset) { if (BufferInitialized) { Vao.BindAttribute(attribute, VertexBuffer, offset); } }