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

Replace cgmath bindings by mint #1301

Merged
merged 4 commits into from
Jun 11, 2017
Merged

Replace cgmath bindings by mint #1301

merged 4 commits into from
Jun 11, 2017

Commits on Jun 9, 2017

  1. Replace cgmath-types by mint

    User needs manually set `mint` feature in his dependencies if he
    wants to use mint types in constant buffers and/or uniforms for shaders.
    vitvakatu committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    016119f View commit details
    Browse the repository at this point in the history
  2. Replace cgmath by mint in constant buffers.

    Now supports both column-major and row-major matrices.
    vitvakatu committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    27aca23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43f7035 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2017

  1. Configuration menu
    Copy the full SHA
    cb7d7d4 View commit details
    Browse the repository at this point in the history