From 7cb8b50ad8ea935e31abf58049d75611427b3a8c Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 8 Dec 2017 17:43:57 -0500 Subject: [PATCH] hints: Add "metal" to the list of SDL_RENDER_DRIVER hints. --- include/SDL_hints.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL_hints.h b/include/SDL_hints.h index 05e0cbeaa7ff2..7184b3dc74f3e 100644 --- a/include/SDL_hints.h +++ b/include/SDL_hints.h @@ -76,6 +76,7 @@ extern "C" { * "opengl" * "opengles2" * "opengles" + * "metal" * "software" * * The default varies by platform, but it's the first one in the list that