Quellcode durchsuchen

hints: Add "metal" to the list of SDL_RENDER_DRIVER hints.

Ryan C. Gordon vor 7 Jahren
Ursprung
Commit
7cb8b50ad8
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      include/SDL_hints.h

+ 1 - 0
include/SDL_hints.h

@@ -76,6 +76,7 @@ extern "C" {
  *    "opengl"
  *    "opengl"
  *    "opengles2"
  *    "opengles2"
  *    "opengles"
  *    "opengles"
+ *    "metal"
  *    "software"
  *    "software"
  *
  *
  *  The default varies by platform, but it's the first one in the list that
  *  The default varies by platform, but it's the first one in the list that