We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
#ifdef _WIN32 hDisplay = EGL_DEFAULT_DISPLAY; // GetDC(NULL);#else hDisplay = XOpenDisplay(NULL); if (!hDisplay) { printf("Could not open display\n"); exit(-1); }#endif