Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-24 | LibSoftGPU: Add methods to read and write image data | Stephan Unverwerth | |
This adds two methods, write_texels and read_texels, to the Image class. Conversion between image formats happens automatically. The layout of the client image data is passed in via ImageDataLayout struct. |