| What's best way to prefer opengl over directx on windows? |
| Re: What's best way to prefer opengl over directx on windows |
|
DLudwig
|
Setting SDL_HINT_RENDER_DRIVER before calling SDL_CreateRenderer will also work. For example:
... then use an index of -1 in the call to SDL_CreateRenderer. -- David L. |
|||||||||||||||
|
|
||||||||||||||||

