MAIFRMT6FX6IVOIZAWUIYHDGSPY54PLM7EVR7KBTSVWGMG5JEKMAC # Notes in Progress- just switched from sRGB to RGB. The Learn WGPU tut has you use sRGB for a reason i havenow forgotten, but egui complains that it prefers non-sRGB, so we now just search for the firstnon-sRGB format, and fallback to an sRGB (which would be all of the formats if it reaches this point)in case that fails. I did notice that the "bloom" filter got dimmer when going sRGB -> RGB,but the world is HDR, so what do I care right?*We might need some gamma adjustment later, w/e...*