From f592a35439207d0ae09c0bcba1fec57485ee060d Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Fri, 4 Oct 2024 18:32:44 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_gpu.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_gpu.h b/include/SDL3/SDL_gpu.h index 9d1096fd32..811bd05076 100644 --- a/include/SDL3/SDL_gpu.h +++ b/include/SDL3/SDL_gpu.h @@ -146,7 +146,10 @@ * 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_