grendizerufo / nvidia-texture-tools

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

buffered output #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The CPU compressors output compressed data by calling the output callback
as soon as a compressed block is available. This is good to minimize memory
allocations inside the library, but in managed applications it causes many
managed/unmanaged transitions. It would be good if it was possible to
specify a buffer size so that the callback is only invoked when the buffer
is full.

Original issue reported on code.google.com by cast...@gmail.com on 11 Apr 2008 at 9:57

GoogleCodeExporter commented 9 years ago

Original comment by cast...@gmail.com on 17 Apr 2008 at 8:37