mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 04:49:14 +12:00
GL: Add usingGLES to driverInfo struct (#694)
This commit is contained in:
parent
e8c0b7f9c5
commit
7c2918f3f7
2 changed files with 10 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue