浏览代码

Add vulkan to SDL_HINT_RENDER_DRIVER

Nour Fouad 2 年之前
父节点
当前提交
e524e545f2
共有 1 个文件被更改,包括 1 次插入0 次删除
  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.