1
0
Fork 0
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:
ocornut 2022-09-27 22:21:47 +02:00
parent a725db17b7
commit 73efcec564
5 changed files with 7 additions and 1 deletions

View file

@ -7,6 +7,7 @@
#include "imgui_impl_glfw.h"
#include "imgui_impl_opengl3.h"
#include <stdio.h>
#define GL_SILENCE_DEPRECATION
#if defined(IMGUI_IMPL_OPENGL_ES2)
#include <GLES2/gl2.h>
#endif