-
Notifications
You must be signed in to change notification settings - Fork 515
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
Support Metal in Simulator (iOS 13) #7392
Labels
Milestone
Comments
chamons
added
enhancement
The issue or pull request is an enhancement
iOS
Issues affecting iOS
labels
Nov 11, 2019
There is no ETA for this? It doesn't seem too hard and would allow to develop Metal apps much faster (given the time to deploy on device versus the time to deploy on simulator) |
Any update on this? This is a showstopper for us, as Metal support is being required by Apple soon |
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Feb 26, 2020
rolfbjarne
added a commit
that referenced
this issue
Feb 26, 2020
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Feb 26, 2020
@rolfbjarne you're my hero today |
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Feb 27, 2020
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Feb 27, 2020
dalexsoto
pushed a commit
that referenced
this issue
Feb 27, 2020
rolfbjarne
added a commit
that referenced
this issue
Feb 28, 2020
#7991) * [msbuild] Provide the correct value for the operating system for tvOS and watchOS to a few tasks. Fixes #6200. (#7226) The problem with #6200 was that we'd pass -mios-version-min=x.y to the metal tool even for tvOS apps. This fixes it so that now pass -mtvos-version-min. Fixes #6200. * [msbuild] Add support for Metal in the simulator. Fixes #7392. (#7983)
Wonderful ! Thank you so much ! |
ghost
locked as resolved and limited conversation to collaborators
May 1, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Steps to Reproduce
Expected Behavior
With iOS 13, Metal is supported in the Simulator, but Xamarin build has not been updated for this.
Actual Behavior
Compiler says that Metal is not supported in the Simulator.
Environment
Xamarin.iOS 13.6.0.12
XCode 11.2
macOS 10.15
The text was updated successfully, but these errors were encountered: