From 6e8f3b0f45c73005634e8c4cfe8fa0d61560fbb5 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 19 Sep 2022 10:35:34 +0200 Subject: [PATCH] Update rlgl.h --- src/rlgl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rlgl.h b/src/rlgl.h index da4882540..ee3c3d91a 100644 --- a/src/rlgl.h +++ b/src/rlgl.h @@ -3082,6 +3082,7 @@ void rlUnloadTexture(unsigned int id) } // Generate mipmap data for selected texture +// NOTE: Only supports GPU mipmap generation void rlGenTextureMipmaps(unsigned int id, int width, int height, int format, int *mipmaps) { glBindTexture(GL_TEXTURE_2D, id);