bkaradzic / bimg

Image library.
BSD 2-Clause "Simplified" License
327 stars 268 forks source link

Rename 16 bit RGB[A] formats to BGR[A] #66

Closed bwrsandman closed 2 years ago

bwrsandman commented 2 years ago

This fulfills the request in https://github.com/bkaradzic/bgfx/issues/2866: https://github.com/bkaradzic/bgfx/issues/2866?notification_referrer_id=NT_kwDOAA92bLI0MjIyMDQ0OTIwOjEwMTMzNTY&notifications_query=reason%3Aparticipating#issuecomment-1220125261

I'm not too sure how KTX_* and PVR3_* work but I assume I did the correct changes.

Required to be merged at the same time as https://github.com/bkaradzic/bgfx/pull/2869