Use eglGetProcAddress() for all GLES 2.0 extensions

This commit is contained in:
Cameron Gutman
2020-05-15 19:28:36 -07:00
parent 4b7b01ce0a
commit 26c9ad7f06
3 changed files with 54 additions and 24 deletions
@@ -1,6 +1,4 @@
// vim: noai:ts=4:sw=4:softtabstop=4:expandtab
#define GL_GLEXT_PROTOTYPES
#include "renderer.h"
#include <SDL_egl.h>