Codechange: [Win32] Try to get an OpenGL 3.2+ context if possible.

This commit is contained in:
Michael Lutz
2021-01-16 16:43:17 +01:00
parent a990c497b5
commit 9a069faa01
6 changed files with 955 additions and 28 deletions

View File

@@ -62,7 +62,7 @@ GetOGLProcAddressProc GetOGLProcAddress;
* @param substring Substring to find.
* @return Pointer to the start of the match or nullptr if the substring is not present.
*/
static const char *FindStringInExtensionList(const char *string, const char *substring)
const char *FindStringInExtensionList(const char *string, const char *substring)
{
while (1) {
/* Is the extension string present at all? */