菜鸟教程小白 发表于 2022-12-12 21:30:57

ios - 哪些 GLSL ES 扩展可在各种 iOS 设备上使用?


                                            <p><p>我正在寻找任何 iOS 设备上可用的所有扩展的列表(以及哪些设备上可用)。尽管进行了大量搜索,但我还没有在苹果文档中找到正确的页面,但我确信它就在某个地方。有什么指点吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>这段代码应该打印出所有的扩展:</p>

<pre><code>NSString *extensionString = ;
NSArray *extensions = ];
for (NSString *oneExtension in extensions)
    NSLog(@&#34;%@&#34;, oneExtension);
</code></pre>

<p>来源:<a href="http://iphonedevelopment.blogspot.com/2008/12/opengl-es-extensions-on-iphone.html?m=1" rel="noreferrer noopener nofollow">http://iphonedevelopment.blogspot.com/2008/12/opengl-es-extensions-on-iphone.html?m=1</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 哪些 GLSL ES 扩展可在各种 iOS 设备上使用?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/11159811/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/11159811/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 哪些 GLSL ES 扩展可在各种 iOS 设备上使用?