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

Examples: Metal: Wrap main event loop body in an @autoreleasepool (#2910) #2917

Closed
wants to merge 1 commit into from

Conversation

bear24rw
Copy link
Contributor

@bear24rw bear24rw commented Dec 4, 2019

Wrap main event loop body in an @autoreleasepool block to ensure allocations get freed even if underlying system event loop gets paused due to app nap (#2910)

…ck to ensure allocations get freed even if underlying system event loop gets paused due to app nap (ocornut#2910)
ocornut pushed a commit that referenced this pull request Dec 5, 2019
…ck to ensure allocations get freed even if underlying system event loop gets paused due to app nap (#2910, #2917)
@ocornut
Copy link
Owner

ocornut commented Dec 5, 2019

This is merged, thanks a lot Max!

@ocornut ocornut closed this Dec 5, 2019
martty pushed a commit to martty/imgui that referenced this pull request Dec 7, 2019
…ck to ensure allocations get freed even if underlying system event loop gets paused due to app nap (ocornut#2910, ocornut#2917)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants