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

Support generating shader code to load vertices #2204

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    7b65cc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a73b95e View commit details
    Browse the repository at this point in the history
  3. Add msl vertex index to CLI

    etang-cw committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    712118f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81a66d9 View commit details
    Browse the repository at this point in the history
  5. Vertex Loader: Disable SRGB support

    With the current spec, SRGB and UNORM are identical, making SRGB useless
    etang-cw committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c9e9dc3 View commit details
    Browse the repository at this point in the history
  6. Work around AMD compiler bug

    etang-cw committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    97aedb1 View commit details
    Browse the repository at this point in the history
  7. Add vertex loader tests

    etang-cw committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f7543a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b890a10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    127ef5d View commit details
    Browse the repository at this point in the history