Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #8084: DesktopGL GraphicsDevice.ScissorRectangle Fix #8284

Merged
merged 3 commits into from May 18, 2024

Commits on Apr 18, 2024

  1. Fixed ScissorRectangle Bug Noted in Issue MonoGame#8084

    The fix to this problem was testing to see if the ScissorRectangle was enabled and resizing it whenever the viewport was resized. This was not done by default for DesktopGL as far as I could tell.
    samercer2002 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    662afdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b8c7af View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Resolving comments from PR.

    Resolving Simon's comment with regards to the placement of the conditional.
    samercer2002 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    60060c6 View commit details
    Browse the repository at this point in the history