mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 21:58:57 -05:00
Replace the previous OpenGL loader with a glad-generated 3.3 one
The main advantage of switching to glad from glLoadGen is that, apart from being actively maintained, it supports a customizable entrypoint loader function, which makes it possible to also support OpenGL ES.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#include <string>
|
||||
|
||||
// Let’s use our own GL header, instead of one from GLFW.
|
||||
#include "video_core/renderer_opengl/generated/gl_3_2_core.h"
|
||||
#include <glad/glad.h>
|
||||
#define GLFW_INCLUDE_NONE
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
|
Reference in New Issue
Block a user