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

Disable HyperZ #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Disable HyperZ #14

wants to merge 2 commits into from

Commits on May 16, 2020

  1. Disable HyperZ

    This is a simple UI library doing everything on the same depth / in a 2D space, so using fast Z buffer techniques like HyperZ is overkill. Also disabling it saves a bit of MEM1 for other use.
    
    Signed-off-by: Thomas Rohloff <[email protected]>
    V10lator committed May 16, 2020
    Configuration menu
    Copy the full SHA
    5a19ff0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Remove unused variables

    Signed-off-by: Thomas Rohloff <[email protected]>
    V10lator committed May 17, 2020
    Configuration menu
    Copy the full SHA
    69802b6 View commit details
    Browse the repository at this point in the history