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

MTLTextureDescriptor.SampleCount is marked as deprecated on iOS 16, but apple docs seem to disagree #22108

Open
IainS1986 opened this issue Feb 4, 2025 · 0 comments

Comments

@IainS1986
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant