added comment
This commit is contained in:
parent
cc1384f287
commit
aab0e12dfe
1 changed files with 2 additions and 2 deletions
|
|
@ -165,8 +165,8 @@ proc main() =
|
|||
glDrawElements(GL_TRIANGLES, indices.len.cint, GL_UNSIGNED_INT, nil)
|
||||
window.swapBuffers()
|
||||
glfwPollEvents()
|
||||
|
||||
|
||||
|
||||
#cleanup
|
||||
window.destroyWindow()
|
||||
glDeleteShader(GLData.vertexShader)
|
||||
glDeleteShader(GLData.fragmentShader)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue