Browse Source

Add vulkan to SDL_HINT_RENDER_DRIVER

Nour Fouad 1 year ago
parent
commit
e524e545f2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/SDL3/SDL_hints.h

+ 1 - 0
include/SDL3/SDL_hints.h

@@ -1761,6 +1761,7 @@ extern "C" {
  *   "opengles2"
  *   "opengles"
  *   "metal"
+ *   "vulkan"
  *   "software"
  *
  * The default varies by platform, but it's the first one in the list that is available on the current platform.