OpenGL ES 与 OpenGL [英] OpenGL ES versus OpenGL

查看:22
本文介绍了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天全站免登陆