mirror of
https://github.com/H-uru/korman.git
synced 2025-07-14 02:27:36 -04:00
Previously, the C korlib used a custom buffer class to avoid a memcpy operation. However, pyMipmap expects binary string (PyBytes) objects, so this changes the code to use them. Future work would be to continue using PyBytes and removing the copy. For now, there are bigger fish to fry...