Edit

kc3-lang/SDL/src/render/metal

Branch :

  • Show log

    Commit

  • Author : Alex Szpakowski
    Date : 2021-02-15 11:49:09
    Hash : 9b9d0d48
    Message : mac/iOS: allow Metal in windows created without an explicit backend Fixes SDL_CreateWindowAndRenderer (and similar situations) not choosing a Metal backend. See #3991. Passing an explicit backend into CreateWindow, eg SDL_WINDOW_OPENGL or SDL_WINDOW_METAL, will still prevent the window from being used with other backend types.