mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-30 09:14:48 +12:00
GL: Add usingGLES to driverInfo struct
This commit is contained in:
parent
5a2a33224c
commit
dd895fd7db
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