We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Macbook pro M1
Tested in Version: 6fae296
compile error: https://github.com/ocornut/imgui/blob/master/backends/imgui_impl_metal.mm#L586
error: cannot create weak reference in file using manual reference counting weak id weakSelf = self;
This error is generated using minimal metal example (glfw).
The text was updated successfully, but these errors were encountered:
Backends: Metal: Remove weak ref (#5122, #5123)
7602277
Merged #5123
Sorry, something went wrong.
Backends: Metal: Conditional check, amend 7602277 (#5122, #5123)
2d76b09
Co-authored-by: Wvader <34067397+wvader@users.noreply.github.com>
No branches or pull requests
Using Macbook pro M1
Tested in Version: 6fae296
compile error: https://github.com/ocornut/imgui/blob/master/backends/imgui_impl_metal.mm#L586
This error is generated using minimal metal example (glfw).
The text was updated successfully, but these errors were encountered: