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

Fix Managed buffers updates on Metal with discrete GPU #961

Merged

Conversation

valentinivanov
Copy link

It seems that a typo in enum names prevented Metal buffer updates in Managed mode on Metal backend with a discrete GPU (for example, MBP 2019 16" with AMD graphics). As a result many samples relying on buffer updates wouldn't display anything (i.e. ImGUI, Nuklear, animations etc).

@floooh
Copy link
Owner

floooh commented Dec 27, 2023

Wow yeah, definitely a bug. Thanks for catching that. Unfortunately I can't directly test this since I only have an M1 Mac and mid-2014 Intel Mac for testing.

@floooh floooh merged commit f07c71d into floooh:master Dec 27, 2023
8 of 9 checks passed
@floooh
Copy link
Owner

floooh commented Dec 27, 2023

And merged, thanks!

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.

2 participants