SDL: SDL_GPUShaderFormat isn't an enum anymore

From 77c569496df90526641cdede56feeb263be0b7b6 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 11 Sep 2024 08:37:02 -0700
Subject: [PATCH] SDL_GPUShaderFormat isn't an enum anymore

---
 include/SDL3/SDL_gpu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_gpu.h b/include/SDL3/SDL_gpu.h
index fcad299bfdde1..d4d854771380e 100644
--- a/include/SDL3/SDL_gpu.h
+++ b/include/SDL3/SDL_gpu.h
@@ -580,7 +580,7 @@ typedef enum SDL_GPUShaderStage
  *
  * Each format corresponds to a specific backend that accepts it.
  *
- * \since This enum is available since SDL 3.0.0
+ * \since This datatype is available since SDL 3.0.0
  *
  * \sa SDL_CreateGPUShader
  */