1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-22 20:25:28 +08:00

Fix all the titles

This commit is contained in:
Meow J
2016-07-06 01:42:55 +08:00
parent 5dad4f21d8
commit 3ef7a53627
44 changed files with 512 additions and 527 deletions

View File

@@ -24,12 +24,16 @@ LearnOpenGL被分解成了许多大的主题。每个主题包括一些小节
**红色**方框是一些警告或者一些你需要特别注意的特性。
!!! note "译注"
**蓝色**方框是翻译时为了帮助读者理解附加的一些信息。
### 代码
你在网站中将会看到很多小片的代码,它们将会在下面这样的代码框中:
```c++
//这个方框是代码
// 这个方框是代码
```
由于这样至提供了代码的片段,当需要的时候我会提供个链接到当前工程的源代码的。