Update rlgl.h

This commit is contained in:
Ray 2022-09-19 10:35:34 +02:00
parent 12e8cef9cf
commit 6e8f3b0f45

View file

@ -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);