yuzu/src/video_core
ReinUsesLisp 527a1574c3 vk_rasterizer: Pack texceptions and color formats on invalid formats
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.
2020-04-24 22:21:29 -03:00
..
2020-04-22 11:36:27 -04:00
2020-04-22 11:36:27 -04:00
2020-04-22 11:36:08 -04:00
2020-04-22 11:36:27 -04:00
2020-04-22 11:36:24 -04:00
2020-04-22 11:36:24 -04:00
2020-03-12 21:42:33 -03:00
2020-04-22 11:36:24 -04:00
2020-04-22 11:36:24 -04:00
2020-03-12 21:42:33 -03:00