From 12d007038ce936952a4a6f040a5d72b4b54fd338 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Fri, 4 Oct 2024 11:31:38 -0700 Subject: [PATCH] GPU: wiki header link typo --- include/SDL3/SDL_gpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/SDL3/SDL_gpu.h b/include/SDL3/SDL_gpu.h index fb19c3b06d..9d1096fd32 100644 --- a/include/SDL3/SDL_gpu.h +++ b/include/SDL3/SDL_gpu.h @@ -146,8 +146,7 @@ * itself by querying feature support. If you need cutting-edge features with * limited hardware support, this API is probably not for you. * - * Examples demonstrating proper usage of this API can be found [here] - * (https://github.com/TheSpydog/SDL_gpu_examples). + * Examples demonstrating proper usage of this API can be found [here](https://github.com/TheSpydog/SDL_gpu_examples). */ #ifndef SDL_gpu_h_