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

Move set_index_buffer FFI functions back into wgpu. #2661

Merged
merged 1 commit into from
May 15, 2022

Commits on May 15, 2022

  1. Move set_index_buffer FFI functions back into wgpu.

    It's very odd to have almost all the render pass and compute pass ffi
    functions in `wgpu` except for the `set_index_buffer` functions, which
    live in Firefox. I'd like to remove these from Firefox and put them
    back next to their companions.
    
    These functions were originally removed from wgpu in gfx-rs#1077, because
    wgpu-native has its own incompatible version of IndexFormat (see that
    PR for details). However, with wgpu-native#85, that code was removed,
    so having these functions in `wgpu` should be no longer be a problem
    for wgpu-native.
    jimblandy committed May 15, 2022
    Configuration menu
    Copy the full SHA
    d853b80 View commit details
    Browse the repository at this point in the history