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

Refactor for wgpu v23 compatibility with an example of wgpu device sharing #211

Merged
merged 20 commits into from
Dec 5, 2024

Commits on Oct 29, 2024

  1. Refactor for wgpu v23 compatibility

    * Change type of `entry_point` from `&str` to `Option<&str>`
    * Change enum type of `WgpuDevice::Existing` from `wgpu::Id<wgpu::Device>` to `usize`
    AsherJingkongChen committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a3c4e33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f689c0 View commit details
    Browse the repository at this point in the history
  3. Format

    AsherJingkongChen committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    13dd59d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfa5032 View commit details
    Browse the repository at this point in the history
  5. Make WgpuDevice::Existing unique

    * Added auto-increment counter in init_existing_device
    * Added comments of usage
    AsherJingkongChen committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    dd04e6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e676ccf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3833348 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    567e9c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1203d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    ddffbb6 View commit details
    Browse the repository at this point in the history
  2. Update wgpu 23.0.0

    AsherJingkongChen committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c8ff1e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Fix doc links

    AsherJingkongChen committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    038bed6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57f21ab View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

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

Commits on Nov 25, 2024

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

Commits on Nov 28, 2024

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

Commits on Nov 30, 2024

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

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    94ae8f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c091068 View commit details
    Browse the repository at this point in the history