mirror of
				https://github.com/glfw/glfw.git
				synced 2025-10-31 04:32:26 +00:00 
			
		
		
		
	Add OpenGL tutorial links to tutorial
This commit is contained in:
		
							parent
							
								
									156cd33c7f
								
							
						
					
					
						commit
						143c52e4cd
					
				| @ -230,6 +230,13 @@ glViewport(0, 0, width, height); | ||||
| You can also set a framebuffer size callback using @ref | ||||
| glfwSetFramebufferSizeCallback and call `glViewport` from there. | ||||
| 
 | ||||
| Actual rendering with OpenGL is outside the scope of this tutorial, but there | ||||
| are [many](https://open.gl/) [excellent](http://learnopengl.com/) | ||||
| [tutorial](http://openglbook.com/) [sites](http://ogldev.atspace.co.uk/) that | ||||
| teach modern OpenGL.  Some of them use GLFW to create the context and window | ||||
| while others use GLUT or SDL, but remember that OpenGL itself always works the | ||||
| same. | ||||
| 
 | ||||
| 
 | ||||
| @subsection quick_timer Reading the timer | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user