mirror of
				https://github.com/ocornut/imgui.git
				synced 2025-10-26 12:27:30 +00:00 
			
		
		
		
	Examples: GL3: Comments about gl3w (#880)
This commit is contained in:
		| @@ -4,7 +4,7 @@ | ||||
| #include <imgui.h> | ||||
| #include "imgui_impl_glfw_gl3.h" | ||||
| #include <stdio.h> | ||||
| #include <GL/gl3w.h> | ||||
| #include <GL/gl3w.h>    // This example is using gl3w to access OpenGL functions (because it is small). You may use glew/glad/glLoadGen/etc. whatever already works for you. | ||||
| #include <GLFW/glfw3.h> | ||||
|  | ||||
| static void error_callback(int error, const char* description) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ocornut
					ocornut