-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
WindowsWin32 specific (not Cygwin or WSL)Win32 specific (not Cygwin or WSL)X11enhancementFeature suggestions and PRsFeature suggestions and PRsmacOS
Description
I'm using glfw for simple render with OpenGL 1.1 support only
I am targeting for windows vm with no video-card installed (Microsoft basic display adapter)
I able to use my app if I create context manually, however it is not possible to use glfw because of check for acceleration:
https://github.com/glfw/glfw/blob/master/src/wgl_context.c#L210 (PFD_GENERIC_ACCELERATED)
I know it is very specific issue, could we ifdef + add cmake property for non-accelerated pf support?
thank you :)
qianyizh, assemblerbot, ben1, felselva, raysan5 and 13 morecodedcosmoswis
Metadata
Metadata
Assignees
Labels
WindowsWin32 specific (not Cygwin or WSL)Win32 specific (not Cygwin or WSL)X11enhancementFeature suggestions and PRsFeature suggestions and PRsmacOS