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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;