mirror of
https://github.com/glfw/glfw.git
synced 2026-08-27 20:35:53 +02:00
Fix grammar
This commit is contained in:
@@ -230,7 +230,7 @@ glViewport(0, 0, width, height);
|
||||
@endcode
|
||||
|
||||
You can also set a framebuffer size callback using @ref
|
||||
glfwSetFramebufferSizeCallback and call `glViewport` from there.
|
||||
glfwSetFramebufferSizeCallback and be notified when the size changes.
|
||||
|
||||
Actual rendering with OpenGL is outside the scope of this tutorial, but there
|
||||
are [many](https://open.gl/) [excellent](http://learnopengl.com/)
|
||||
|
||||
Reference in New Issue
Block a user