From 788bd816e7c3d90ba7eaa3b3703a384e1ef50483 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 27 Apr 2026 14:53:45 -0400 Subject: [PATCH] SDL_openxr.h: Another attempt to fix the wiki bridge. --- include/SDL3/SDL_openxr.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_openxr.h b/include/SDL3/SDL_openxr.h index a017983952..6405ed2f15 100644 --- a/include/SDL3/SDL_openxr.h +++ b/include/SDL3/SDL_openxr.h @@ -19,13 +19,15 @@ 3. This notice may not be removed or altered from any source distribution. */ +/* WIKI CATEGORY: OpenXR */ + /** * # 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_