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

Immediate Viewport in normal operation #4043

Closed
wants to merge 23 commits into from
Closed

Conversation

rustbasic
Copy link
Contributor

@rustbasic rustbasic commented Feb 14, 2024

Closes #3972

in case of program is minimized, Immediate Viewport in normal operation.
Even if the program is minimized, Immediate Viewport continues to be displayed and operates normally.

Additional explanation :
In this case,
Create Deffered Viewport from Immediate Viewport, or
Creating an Immediate Viewport from an Deffered Viewport, then does not work as desired.
If you create other types of viewports within a viewport, it is a good idea to create them at the ROOT.

@rustbasic rustbasic changed the title Update wgpu_integration.rs Immediate Viewport speed increase Feb 14, 2024
@rustbasic rustbasic changed the title Immediate Viewport speed increase Immediate Viewport speed increases Feb 14, 2024
@rustbasic rustbasic closed this Feb 15, 2024
@rustbasic rustbasic changed the title Immediate Viewport speed increases Immediate Viewport in normal operation and speed increases Feb 15, 2024
@rustbasic rustbasic reopened this Feb 15, 2024
@rustbasic rustbasic changed the title Immediate Viewport in normal operation and speed increases Immediate Viewport in normal operation Feb 15, 2024
@rustbasic rustbasic closed this Feb 15, 2024
@rustbasic rustbasic reopened this Feb 15, 2024
@rustbasic
Copy link
Contributor Author

rustbasic commented Feb 17, 2024

@emilk

Based on examples/multiple_viewports, all fixed to work properly.
wgpu only tested examples/multiple_viewports, so additional testing on your part is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When the program is minimized, the viewport stops working.
1 participant