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

wgpu windows (fixed) #3257

Merged
merged 13 commits into from
Nov 26, 2024
Merged

wgpu windows (fixed) #3257

merged 13 commits into from
Nov 26, 2024

Commits on Oct 24, 2024

  1. Working triangle rendering with wgpu in examples. Resize needs work i…

    …n order to not reinitialize everything but only the bits needed. Naming of variables and resources are wonky and not the greatest.
    Vineeth Yeevani authored and vyeevani committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    575afad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b450bd View commit details
    Browse the repository at this point in the history
  3. The child window wasn't being resized along with the parent. This wor…

    …ks. the abstractions in place should be passed the bounds rect down into the desktopservice to resize as opposed to in the app impl instead of how they are rn.
    vyeevani committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f1d1ed4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    9f3b580 View commit details
    Browse the repository at this point in the history
  2. small cleanups

    jkelleyrtp committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3b6e52b View commit details
    Browse the repository at this point in the history
  3. typo

    jkelleyrtp committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    28fae93 View commit details
    Browse the repository at this point in the history
  4. overlay the text

    jkelleyrtp committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ae33426 View commit details
    Browse the repository at this point in the history
  5. typo

    jkelleyrtp committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    a7f9354 View commit details
    Browse the repository at this point in the history
  6. fix panics

    jkelleyrtp committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    9a2b54b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. clippy + typos

    jkelleyrtp committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7708293 View commit details
    Browse the repository at this point in the history
  2. lock..

    jkelleyrtp committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    5d98a48 View commit details
    Browse the repository at this point in the history
  3. lock...

    jkelleyrtp committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c2707ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2ccb75 View commit details
    Browse the repository at this point in the history