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

Surface-Derived Views May Be Retained After Re-configure. #4105

Open
cwfitzgerald opened this issue Sep 1, 2023 · 0 comments
Open

Surface-Derived Views May Be Retained After Re-configure. #4105

cwfitzgerald opened this issue Sep 1, 2023 · 0 comments
Labels
area: correctness We're behaving incorrectly area: wsi Issues with swapchain management or windowing type: bug Something isn't working

Comments

@cwfitzgerald
Copy link
Member

It is trivial to write a program that retains a surface-derived texture view after the surface is reconfigured or the frame is presented.

This could allow users to write all sorts of fun races. We should check that all surface-derived views are dead when present is called.

@cwfitzgerald cwfitzgerald added type: bug Something isn't working area: correctness We're behaving incorrectly area: wsi Issues with swapchain management or windowing labels Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: correctness We're behaving incorrectly area: wsi Issues with swapchain management or windowing type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant