summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/rlgl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index da488254..ee3c3d91 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);