Skip to content
  • ameerj's avatar
    texture_cache: Blacklist BGRA8 copies and views on OpenGL · 5213f702
    ameerj authored
    In order to force the BGRA8 conversion on Nvidia using OpenGL, we need to forbid texture copies and views with other formats.
    
    This commit also adds a boolean relating to this, as this needs to be done only for the OpenGL api, Vulkan must remain unchanged.
    5213f702
Loading