diff options
-rwxr-xr-x | src/demos/texture/TestTexture.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demos/texture/TestTexture.java b/src/demos/texture/TestTexture.java index e6fcde2..ff0ff14 100755 --- a/src/demos/texture/TestTexture.java +++ b/src/demos/texture/TestTexture.java @@ -167,6 +167,7 @@ public class TestTexture implements GLEventListener { try { System.err.println("Loading texture..."); texture = TextureIO.newTexture(file, true); + System.err.println("Texture estimated memory size = " + texture.getEstimatedMemorySize()); } catch (IOException e) { e.printStackTrace(); ByteArrayOutputStream bos = new ByteArrayOutputStream(); |