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

Add wgpu multiviewport support #7557

Open
wants to merge 4 commits into
base: docking
Choose a base branch
from

Commits on May 4, 2024

  1. Added MultiViewport WebGPU

    Zelif committed May 4, 2024
    Configuration menu
    Copy the full SHA
    9a7f1b1 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Squashed commit of the following:

    commit 3cd29e4
    Author: Zelif <[email protected]>
    Date:   Wed May 15 09:30:41 2024 +1000
    
        Add Docking flag
    
    commit fb98ed9
    Author: Zelif <[email protected]>
    Date:   Sat May 11 08:53:39 2024 +1000
    
        Changed window creation to be a user callback
    
    commit 8d08e0b
    Author: Zelif <[email protected]>
    Date:   Sun May 5 05:34:59 2024 +1000
    
        Updated wgpu example for multiviewport
        - Added instance to init model
        - Added Present mode for any new window to adhere by
        - Added Multiviewport render and update code
        - Changed Texture format and Present mode to select the first available mode for capabilities (some surface creation such as laptops might not support FiFo)
    Zelif committed May 14, 2024
    Configuration menu
    Copy the full SHA
    14a89bc View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Removed Unconfigure (seems to be called in the surface destructor)

    Fixed IM_ASSERT for present mode to be ~0 not 0
    Zelif committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8300a3a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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