CSharpGL.ZeroIndexBuffer.UnmapBuffer C# (CSharp) Method

UnmapBuffer() public method

Stop reading/writing buffer.

need to do nothing.

public UnmapBuffer ( bool unbind = true ) : bool
unbind bool
return bool
        public override bool UnmapBuffer(bool unbind = true)
        {
            // need to do nothing.
            return true;
        }