mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-27 12:11:56 +00:00
Update index.md
This commit is contained in:
parent
7a887adeab
commit
30d2e3cf60
|
@ -98,7 +98,7 @@ In the past, we blacklisted the `VK_EXT_extended_dynamic_state` Vulkan extension
|
|||
“Navi“ users can expect several graphical fixes thanks to this change.
|
||||
|
||||
Blue team’s turn. On the topic of blacklists, [Rodrigo](https://github.com/ReinUsesLisp) had to [disable FP16 math support from Intel Windows Vulkan drivers](https://github.com/yuzu-emu/yuzu/pull/5798) to solve stability issues affecting `Astral Chain`.
|
||||
For now, half float operations will be emulated using FP32 math. This will result in lower performance if the game manages to make full use of the compute capabilities of the GPU. Usually on current Intel graphics, rasterization (to put it simple, the raw power of the GPU) will be bottlenecking before floating point performance is relevant.
|
||||
For now, half-float operations will be emulated using FP32 math. This will result in lower performance if the game manages to make full use of the compute capabilities of the GPU. However, on current Intel Graphics, rasterization (to put it simple, the raw power of the GPU) is usually the first element to bottleneck performance, even before being affected by the aforementioned operations.
|
||||
|
||||
Thanks to this change and Intel’s native ASTC texture decoding support, Intel Graphics now has the best rendering quality in this particular game.
|
||||
We’re waiting for a driver fix to come relatively soon, so as always, keep your drivers updated!
|
||||
|
|
Loading…
Reference in a new issue