OpenGL ES与OpenGL [英] OpenGL ES versus OpenGL

查看:122
本文介绍了OpenGL ES与OpenGL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

OpenGL ES和OpenGL有什么区别?

What are the differences between OpenGL ES and OpenGL ?

推荐答案

OpenGL ES和OpenGL之间的两个更重要的区别是删除了用于基本渲染的glBegin ... glEnd调用语义(有利于顶点数组),以及为顶点坐标和属性引入了定点数据类型更好地支持通常缺乏FPU的嵌入式处理器的计算能力

Two of the more significant differences between OpenGL ES and OpenGL are the removal of the glBegin ... glEnd calling semantics for primitive rendering (in favor of vertex arrays) and the introduction of fixed-point data types for vertex coordinates and attributes to better support the computational abilities of embedded processors, which often lack an FPU

在这里看看: OpenGL_ES

这篇关于OpenGL ES与OpenGL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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