Skip to content
  1. Apr 25, 2020
    • ReinUsesLisp's avatar
      vk_rasterizer: Pack texceptions and color formats on invalid formats · 527a1574
      ReinUsesLisp authored
      Sometimes for unknown reasons NVN games can bind a render target format
      of 0. This may be a yuzu bug.
      
      With the commits before this the formats were specified without being
      "packed", assuming all formats and texceptions will be written like in
      the color_attachments vector.
      
      To address this issue, iterate all render targets and pack them as they
      are valid. This way they will match color_attachments.
      
      - Fixes validation errors and graphical issues on Breath of the Wild.
      527a1574
  2. Apr 23, 2020
  3. Apr 22, 2020
Loading