yuzu/src/video_core
ReinUsesLisp c961770900 vk_compute_pass: Implement indexed quads
Implement indexed quads (GL_QUADS used with glDrawElements*) with a
compute pass conversion.

The compute shader converts from uint8/uint16/uint32 indices to uint32.
The format is passed through push constants to avoid having different
variants of the same shader.

- Used by Fast RMX
- Used by Xenoblade Chronicles 2 (it still has graphical due to
synchronization issues on Vulkan)
2020-04-16 21:12:32 -03:00
..
2020-04-08 18:09:16 -04:00
2020-04-08 13:40:46 -04:00
2020-03-12 21:42:33 -03:00
2020-04-06 09:23:08 -04:00
2020-03-12 21:42:33 -03:00