瀏覽代碼

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 1 周之前
父節點
當前提交
364c8037f4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/SDL3/SDL_openxr.h

+ 2 - 2
include/SDL3/SDL_openxr.h

@@ -22,10 +22,10 @@
 /**
  * # CategoryOpenXR
  *
- * Functions for creating OpenXR handles for [GPU API](CategoryGPU) contexts.
+ * Functions for creating OpenXR handles for SDL_gpu contexts.
  *
  * For the most part, OpenXR operates independent of SDL, but the graphics
- * initialization depends on direct support from the GPU API.
+ * initialization depends on direct support from SDL_gpu.
  */
 
 #ifndef SDL_openxr_h_