From: Mikko Rasa Date: Thu, 30 Sep 2021 11:28:14 +0000 (+0300) Subject: Add an srgb flag to pixelformat_from_image X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=8b3e51aeff0e22d29a34772c77b8647108f58677;hp=8b3e51aeff0e22d29a34772c77b8647108f58677;p=libs%2Fgl.git Add an srgb flag to pixelformat_from_image This simplifies the pixel format handling in the texture classes. ---