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
iOS
net8.0-*
.Net 8.0.300
MTLTextureDescriptor.SampleCount is marked as deprecated on iOS 16 but no alternative is given.
MTLTextureDescriptor.SampleCount
Apple docs suggest its not deprecated?
https://developer.apple.com/documentation/metal/mtltexturedescriptor/samplecount
Call MTLTextureDescriptor.SampleCount while targetting an iOS version > 16 and you'll get a warning that the call is deprecated.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apple platform
iOS
Framework version
net8.0-*
Affected platform version
.Net 8.0.300
Description
MTLTextureDescriptor.SampleCount
is marked as deprecated on iOS 16 but no alternative is given.Apple docs suggest its not deprecated?
https://developer.apple.com/documentation/metal/mtltexturedescriptor/samplecount
Steps to Reproduce
Call
MTLTextureDescriptor.SampleCount
while targetting an iOS version > 16 and you'll get a warning that the call is deprecated.Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: