CSharpGL.ZeroIndexBuffer.UnmapBuffer C# (CSharp) 메소드

UnmapBuffer() 공개 메소드

Stop reading/writing buffer.

need to do nothing.

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