Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
elmindreda committed Oct 24, 2015
1 parent c9040bc commit b312f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/context.dox
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Buffer swapping is part of the window and framebuffer, not the context. See

@section context_glext OpenGL and OpenGL ES extensions

One of the benefits of OpenGL and OpenGL ES are their extensibility.
One of the benefits of OpenGL and OpenGL ES is their extensibility.
Hardware vendors may include extensions in their implementations that extend the
API before that functionality is included in a new version of the OpenGL or
OpenGL ES specification, and some extensions are never included and remain
Expand Down
2 changes: 1 addition & 1 deletion docs/quick.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit b312f5e

Please sign in to comment.