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

fix: don't depend on BG{,L} layout entry order in HAL #5421

Commits on Mar 29, 2024

  1. fix(dx12): don't depend on BG{,L} entry order

    This isn't guaranteed by `wgpu-core`; we should try to match by binding
    slot index instead.
    ErichDonGubler committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    af59fe7 View commit details
    Browse the repository at this point in the history
  2. fix(gles): don't depend on BG{,L} entry order

    This isn't guaranteed by `wgpu-core`; we should try to match by binding
    slot index instead.
    ErichDonGubler committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1a2732e View commit details
    Browse the repository at this point in the history
  3. fix(metal): don't depend on BG{,L} entry order

    This isn't guaranteed by `wgpu-core`; we should try to match by binding
    slot index instead.
    ErichDonGubler committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    06e9373 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d72bd56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38eb30e View commit details
    Browse the repository at this point in the history