Aiv.Fast2D.Mesh.VertexAttrib.VertexAttrib C# (CSharp) 메소드

VertexAttrib() 공개 메소드

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