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

Closed
IainS1986 opened this issue Feb 4, 2025 · 1 comment · Fixed by #22142
Milestone

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

@rolfbjarne rolfbjarne added this to the Future milestone Feb 10, 2025
@rolfbjarne
Copy link
Member

Looks like the deprecation is incorrect on our end, I'll look into fixing this.

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