Skip to content

Commit

Permalink
Update rlgl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Sep 19, 2022
1 parent 12e8cef commit 6e8f3b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rlgl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6e8f3b0

Please sign in to comment.