OpenGLES中缺少函数的替代列表 [英] List of alternatives for functions missing in OpenGLES

查看:324
本文介绍了OpenGLES中缺少函数的替代列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

OpenGL中存在许多函数,但OpenGLES 1.1中没有(iPhone)。

是否有一个列表或资源列出了可以在OpenGLES 1.1中使用的一些替代函数?



例如:


  • gluOrtho2D glPolygonMode

  • glVertex3f $ b $ li

    $ b

    解决方案

    OpenGL ES 1.1.12差异规格( http:// www.khronos.org/registry/gles/specs/1.1/es_cm_spec_1.1.12.pdf )列出了OpenGL ES 1.X和OpenGL 1.5之间的区别。



    iPhone使用OpenGL ES 1.1



    我还建议您制作一个您称之为OpenGL函数的列表并检查ES文档以查看它们是全部/部分支持的。


    There are number of functions that exist in OpenGL but not in OpenGLES 1.1 (for iPhone).

    Is there a list or resource that lists some alternative functions that can be used in OpenGLES 1.1?

    For example:

    • gluOrtho2D
    • glPolygonMode
    • glVertex3f
    • etc

    解决方案

    The "OpenGL ES 1.1.12 Difference Specification" (http://www.khronos.org/registry/gles/specs/1.1/es_cm_spec_1.1.12.pdf) lists the differences between OpenGL ES 1.X and OpenGL 1.5.

    The iPhone uses OpenGL ES 1.1

    I would also recommend you make a list of the OpenGL functions you call and check the ES documentation to see if they are wholly/partially supported.

    这篇关于OpenGLES中缺少函数的替代列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆