From c11b46d867c289523acbdc363e4530db31b417b0 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 16 Jan 2026 08:45:47 -0800
Subject: [PATCH] Added patch notes for GPU texture functions
---
CHANGES.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/CHANGES.txt b/CHANGES.txt
index 72849737..1e58c921 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,10 @@
- IMG_SaveTGA_IO()
- IMG_SaveWEBP()
- IMG_SaveWEBP_IO()
+* Added functions to load images into GPU textures:
+ - IMG_LoadGPUTexture()
+ - IMG_LoadGPUTexture_IO()
+ - IMG_LoadGPUTextureTyped_IO()
* Added functions to load animations:
- IMG_LoadANIAnimation_IO()
- IMG_LoadAPNGAnimation_IO()