CSharpGL.EnableState.EnableState C# (CSharp) Method

EnableState() public method

GL.Enable(capacity);
public EnableState ( uint capacity )
capacity uint
        public EnableState(uint capacity)
            : this(capacity, true)
        {
        }

Same methods

EnableState::EnableState ( uint capacity, bool enableCapacity )