代码之家  ›  专栏  ›  技术社区  ›  Ben Zotto sberry

iphoneopengles缺少的函数应该存在-glBlendFuncSeparate等

  •  1
  • Ben Zotto sberry  · 技术社区  · 14 年前

    glBlendFuncSeparate
    glBlendColor
    

    它们的相关常数。这些在早期的iPhone GL实现中并不存在,但根据本页: http://developer.apple.com/iphone/library/releasenotes/General/iPhone30APIDiffs/index.html

    谢谢!

    2 回复  |  直到 14 年前
        1
  •  1
  •   Ben Zotto sberry    14 年前

    这些函数仅为OpenGL ES 2.0定义。 glBlendFuncSeparate 是否有1.1扩展版本 glBlendFuncSeparateOES ,但对于 glBlendColor

        2
  •  0
  •   Frogblast    14 年前

    扩展包括在 glext.h 头文件。明确地, #include <OpenGLES/ES1/glext.h>