From 364c8037f45b8b2110451575aca2c40f50d8a5c5 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 27 Apr 2026 18:46:49 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_openxr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_openxr.h b/include/SDL3/SDL_openxr.h index bff2d73d12..a017983952 100644 --- a/include/SDL3/SDL_openxr.h +++ b/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_