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

Merge pull request #79 from aillieo/new-theme

fix error
This commit is contained in:
Meow J
2017-07-20 20:54:16 +08:00
committed by GitHub

View File

@@ -368,7 +368,7 @@ glEnableVertexAttribArray(0);
[...]
// ..:: 绘制代(渲染循环中) :: ..
// ..:: 绘制代(渲染循环中) :: ..
// 4. 绘制物体
glUseProgram(shaderProgram);
glBindVertexArray(VAO);