GL: Add usingGLES to driverInfo struct (#694)

This commit is contained in:
wheremyfoodat
2024-12-27 11:45:28 +02:00
committed by GitHub
parent e8c0b7f9c5
commit 7c2918f3f7
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;