Explorar o código

Update some files

Ray %!s(int64=8) %!d(string=hai) anos
pai
achega
1df7a8b4a6

BIN=BIN
docs/examples/web/textures/resources/scarfy.png


BIN=BIN
examples/textures/resources/scarfy.png


+ 2 - 0
src/textures.c

@@ -379,6 +379,8 @@ Texture2D LoadTextureFromImage(Image image)
     texture.height = image.height;
     texture.mipmaps = image.mipmaps;
     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;
 }