Codechange: [Win32] Try to get an OpenGL 3.2+ context if possible.
This commit is contained in:
@@ -19,6 +19,7 @@ typedef void (*OGLProc)();
|
||||
typedef OGLProc (*GetOGLProcAddressProc)(const char *proc);
|
||||
|
||||
bool IsOpenGLVersionAtLeast(byte major, byte minor);
|
||||
const char *FindStringInExtensionList(const char *string, const char *substring);
|
||||
|
||||
/** Platform-independent back-end class for OpenGL video drivers. */
|
||||
class OpenGLBackend : public ZeroedMemoryAllocator {
|
||||
|
||||
Reference in New Issue
Block a user