private void returnViewport()
 {
     GLWrapper.PopScissorOffset();
     GLWrapper.PopViewport();
     GLWrapper.PopScissor();
     GLWrapper.PopMaskingInfo();
 }
예제 #2
0
        protected override void PostDraw()
        {
            base.PostDraw();

            if (maskingRect != null)
            {
                GLWrapper.PopScissor();
            }
        }
 protected override void PostDraw()
 {
     GLWrapper.PopScissor();
 }