texture_rgba_renderer 0.0.10 texture_rgba_renderer: ^0.0.10 copied to clipboard
A texture helper which brings a high level api to handle BGRA data.
0.0.10 #
- try fixing the memory corrupt issue on Linux. (change to pixel texture)
0.0.9 #
- try fixing the memory corrupt issue on Linux.
0.0.7 #
- add the FFI function and ptr getter for macOS.
0.0.6 #
- Please use
BGRA
format instead. - Memory leak fix for Linux.
0.0.5 #
- Initial macOS support.
0.0.4 #
- Fix windows memory corrupt.
0.0.3 #
- Initial pixel based rgba render for Windows. Note that we use the buffer directly without copy, which may have some memory corrupt.
0.0.2 #
- Initial Hardware accelerated rgba render for Linux.