mirror of
				https://github.com/raysan5/raylib.git
				synced 2025-11-04 01:34:19 +00:00 
			
		
		
		
	Update rlgl.h
This commit is contained in:
		@@ -3082,6 +3082,7 @@ void rlUnloadTexture(unsigned int id)
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Generate mipmap data for selected texture
 | 
					// 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)
 | 
					void rlGenTextureMipmaps(unsigned int id, int width, int height, int format, int *mipmaps)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    glBindTexture(GL_TEXTURE_2D, id);
 | 
					    glBindTexture(GL_TEXTURE_2D, id);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user