What does this particular feature set mean in the metal API ?
MTLFeatureSet_iOS_GPUFamily2_v2
What are the new features in the Metal API for iOS 9 ?
What does this particular feature set mean in the metal API ?
MTLFeatureSet_iOS_GPUFamily2_v2
What are the new features in the Metal API for iOS 9 ?
Apparently it is only supported on 6, 6+ and latest ipad (GPUFamily2) and adds on the features/limits of v1:
http://f.cl.ly/items/2U341j1B1o1V0W3K253x/Bildschirmfoto%202015-06-10%20um%2000.48.20.png
http://f.cl.ly/items/0m421K2e3F2Q2y0g3k0Z/Bildschirmfoto%202015-06-10%20um%2000.58.33.png
Also some new uniform buffer updating and a couple other things are new.