dmsovetov / nvidia-texture-tools

Automatically exported from code.google.com/p/nvidia-texture-tools
Other
0 stars 0 forks source link

Out of memory errors #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
NVTT crashes when runs out of memory when generating mipmaps of a 8192 x
8192 texture on 32 bit OS's. It would be nice to detect the problem and
fail reporting the issue with a descriptive error code.

A better alternative would be to actually support unlimited image sizes by
processing the image in tiles.

Original issue reported on code.google.com by cast...@gmail.com on 11 Feb 2008 at 8:51

GoogleCodeExporter commented 8 years ago
I'm more and more inclined to solve this problem by using a tiling mechanism.

Adding this to the 2.2 milestone.

Original comment by cast...@gmail.com on 21 Oct 2008 at 11:30

GoogleCodeExporter commented 8 years ago
This is not really an issue on 64 bit systems. So closing as unresolved.

Original comment by cast...@gmail.com on 27 Sep 2011 at 7:07