summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2022-09-19 10:35:34 +0200
committerRay <[email protected]>2022-09-19 10:35:34 +0200
commit6e8f3b0f45c73005634e8c4cfe8fa0d61560fbb5 (patch)
tree45d67887c9a89eaaea93a1f52d24f0611ebd7c31
parent12e8cef9cfe7ba99696b1eed5454e58767d0a3d3 (diff)
downloadraylib-6e8f3b0f45c73005634e8c4cfe8fa0d61560fbb5.tar.gz
raylib-6e8f3b0f45c73005634e8c4cfe8fa0d61560fbb5.zip
Update rlgl.h
-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);