mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-08-18 16:03:50 +00:00

This creates non-sRGB texture views for sRGB texture formats to allow for interfacing with these views in compute shaders using imageLoad and imageStore. Co-Authored-By: Rodrigo Locatti <reinuseslisp@airmail.cc>