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

SDLGPU: Utilize the new swapchain wait functionality #225

Open
thatcosmonaut opened this issue Dec 11, 2024 · 1 comment
Open

SDLGPU: Utilize the new swapchain wait functionality #225

thatcosmonaut opened this issue Dec 11, 2024 · 1 comment
Labels

Comments

@thatcosmonaut
Copy link
Member

This should let us get rid of the janky fence tracking in SwapBuffers.

@flibitijibibo
Copy link
Member

Gave this a try: Removing fenceGroups and MAX_FRAMES_IN_FLIGHT then replacing Acquire with WaitAndAcquire was easy but resulted in validation errors regarding presentation - I'm sure we're still supposed to do some synchronization but I'm not sure what the new function does and what we still need to do on our end.

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

No branches or pull requests

2 participants