[client] allow renderers to pass back if they need an OpenGL context

This commit is contained in:
Geoffrey McRae
2021-01-27 19:38:34 +11:00
parent cc521eab90
commit 4dfe4b8e2b
5 changed files with 20 additions and 11 deletions

View File

@@ -63,6 +63,9 @@ typedef struct LG_DSInitParams
bool borderless;
bool maximize;
bool minimizeOnFocusLoss;
// if true the renderer requires an OpenGL context
bool opengl;
}
LG_DSInitParams;