GL: Add usingGLES to driverInfo struct

This commit is contained in:
wheremyfoodat 2024-12-27 11:44:11 +02:00
parent 5a2a33224c
commit dd895fd7db
2 changed files with 10 additions and 9 deletions

View file

@ -4,6 +4,7 @@
// Stuff like whether specific extensions are supported, and potentially things like OpenGL context information
namespace OpenGL {
struct Driver {
bool usingGLES = false;
bool supportsExtFbFetch = false;
bool supportsArmFbFetch = false;