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
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include "imgui.h"
|
||||
#include "imgui_impl_glut.h"
|
||||
#define GL_SILENCE_DEPRECATION
|
||||
#ifdef __APPLE__
|
||||
#include <GLUT/glut.h>
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue