Files
ppsspp/GPU
Henrik Rydgård e56e5947d5 Vulkan: Declare gl_Position as invariant. See #11583
The code that computes shader outputs declared as invariant gets certain
optimizations disabled that could change the value - it makes it more
likely that different ways to do the same calculations end up with the same value.

This can help some types of Z fighting problems and similar.

Generally not a big deal for performance, plus, we're rarely vshader-bottlenecked...
2022-09-10 00:26:23 +02:00
..
2022-09-08 01:31:10 +02:00
2022-09-05 23:40:43 +02:00
2022-08-16 10:55:44 +02:00
2022-06-25 07:29:20 +02:00