Aiv.Fast2D.Mesh.VertexAttrib.VertexAttrib C# (CSharp) Method

VertexAttrib() public method

public VertexAttrib ( int bufferId, int elementSize ) : OpenTK.Graphics.OpenGL
bufferId int
elementSize int
return OpenTK.Graphics.OpenGL
            public VertexAttrib(int bufferId, int elementSize)
            {
                this.bufferId = bufferId;
                this.elementSize = elementSize;
            }
Mesh.VertexAttrib