mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-18 09:18:15 +00:00
Update some files
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 32 KiB |
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 32 KiB |
@@ -379,6 +379,8 @@ Texture2D LoadTextureFromImage(Image image)
|
|||||||
texture.height = image.height;
|
texture.height = image.height;
|
||||||
texture.mipmaps = image.mipmaps;
|
texture.mipmaps = image.mipmaps;
|
||||||
texture.format = image.format;
|
texture.format = image.format;
|
||||||
|
|
||||||
|
TraceLog(INFO, "[TEX %i] Parameters: %ix%i, %i mips, format %i", texture.width, texture.height, texture.mipmaps, texture.format);
|
||||||
|
|
||||||
return texture;
|
return texture;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user