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

RenderBase: const correctness #5230

Merged
merged 2 commits into from Apr 9, 2017
Merged

RenderBase: const correctness #5230

merged 2 commits into from Apr 9, 2017

Commits on Apr 9, 2017

  1. Configuration menu
    Copy the full SHA
    caf2565 View commit details
    Browse the repository at this point in the history
  2. RenderBase: Eliminate renderer global accesses within the Renderer class

    There's no need to access these globals, the instance itself has access
    to these data members and functions.
    lioncash committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    cc803db View commit details
    Browse the repository at this point in the history