Просмотр исходного кода

SDL_openxr.h: tweak the category docs language slightly.

Ryan C. Gordon 1 месяц назад
Родитель
Сommit
6d9b470e84
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 SDL_gpu contexts.
+ * Functions for creating OpenXR handles for [GPU API](CategoryGPU) contexts.
  *
  * For the most part, OpenXR operates independent of SDL, but the graphics
- * initialization depends on direct support from SDL_gpu.
+ * initialization depends on direct support from the GPU API.
  */
 
 #ifndef SDL_openxr_h_