mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Examples: disable GL related warnings on Mac + amend to ignore list.
This commit is contained in:
parent
a725db17b7
commit
73efcec564
5 changed files with 7 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -45,9 +45,12 @@ examples/example_emscripten_wgpu/web/*
|
|||
cmake-build-*
|
||||
|
||||
## Unix executables from our example Makefiles
|
||||
examples/example_glfw_metal/example_glfw_metal
|
||||
examples/example_glfw_opengl2/example_glfw_opengl2
|
||||
examples/example_glfw_opengl3/example_glfw_opengl3
|
||||
examples/example_glut_opengl2/example_glut_opengl2
|
||||
examples/example_null/example_null
|
||||
examples/example_sdl_metal/example_sdl_metal
|
||||
examples/example_sdl_opengl2/example_sdl_opengl2
|
||||
examples/example_sdl_opengl3/example_sdl_opengl3
|
||||
examples/example_sdl_sdlrenderer/example_sdl_sdlrenderer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue