1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

Update 03-01

This commit is contained in:
Meow J
2017-06-26 02:22:13 +08:00
parent 82a1575c00
commit 1ea5f9db73
14 changed files with 69 additions and 62 deletions

View File

@@ -3,8 +3,8 @@
原文 | [OpenGL](http://learnopengl.com/#!Getting-started/OpenGL)
---|---
作者 | JoeyDeVries
翻译 | gjy_1992
校对 | Geequlim
翻译 | gjy_1992, Meow J
校对 | 暂未校对
在开始这段旅程之前我们先了解一下OpenGL到底是什么。一般它被认为是一个API(<def>Application Programming Interface</def>, 应用程序编程接口)包含了一系列可以操作图形、图像的函数。然而OpenGL本身并不是一个API它仅仅是一个由[Khronos组织](http://www.khronos.org/)制定并维护的规范(Specification)。