summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSoftGPU/ImageDataLayout.h
AgeCommit message (Collapse)Author
2021-12-24LibSoftGPU: Add methods to read and write image dataStephan 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.