You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opengl will get deprecated and will not run on iOS 12 and above. Apple suggests to use Metal/Petal framework instead.
i have implemented this library in my project .. i would like to know the future scope if i use this library.
will it get deprecated?
or it wont run on iOS 12 and above.
You will get no deprecated message of OpenGL if you are building your apps with Deployment Target below iOS 12.0.
You can only deploy your app with target iOS 12 if you don't want any users that using a lower-than-iOS12 system.
And for android users, there are lots of devices with no Vulkan support (OpenGL is the only choice)
So, for most cases, OpenGL is still useful. There are years of time for upgrading this repo with Metal. Maybe most Android devices support Vulkan at that time.
opengl will get deprecated and will not run on iOS 12 and above. Apple suggests to use Metal/Petal framework instead.
i have implemented this library in my project .. i would like to know the future scope if i use this library.
will it get deprecated?
or it wont run on iOS 12 and above.
https://stackoverflow.com/questions/52405665/opengl-deprecated-in-ios-12-how-to-safely-continue-to-use-opengl-on-ios-12-dev
thanks in advance.
The text was updated successfully, but these errors were encountered: