Changes between Initial Version and Version 1 of Ticket #11430, comment 10


Ignore:
Timestamp:
10/04/20 11:16:32 (4 years ago)
Author:
dwatteau

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11430, comment 10

    initial v1  
    66
    77Maybe SDL2 should be built with --disable-render-metal --disable-video-metal for the official macOS builds, for now (if this fixes it). I haven't checked it on macOS Big Sur, but for what we're doing, OpenGL may be a safer choice, for now?
     8
     9EDIT: or SDL_SetHint(SDL_HINT_RENDER_DRIVER, "opengl") could be used somewhere if we're on the macOS target. That one works, here.