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

初翻完第一章第二节

This commit is contained in:
gjy_管
2015-06-16 01:05:09 +08:00
parent 415d882c2c
commit 4582ceb007
2 changed files with 145 additions and 1 deletions

View File

@@ -2,7 +2,6 @@
##OpenGL
未翻译完成...
---
在进行这段旅程之前我们先解释下OpenGL到底是什么。它一般被认为是一个**应用程序编程接口**API包含了一系列可以操作图形、画像的方法。然而OpenGL本身并不是一个API仅仅是一个规范由[Khronos组织](http://www.khronos.org/)制定并维护。