mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Add configurable toggle that rounds vertices to the nearest pixel when
w=1. This fixes some games at higher IRs.
This commit is contained in:
parent
840e58c032
commit
a9d08a31a6
9 changed files with 68 additions and 4 deletions
|
@ -45,6 +45,7 @@ struct VertexShaderConstants
|
|||
float4 normalmatrices[32];
|
||||
float4 posttransformmatrices[64];
|
||||
float4 pixelcentercorrection;
|
||||
float4 viewport;
|
||||
};
|
||||
|
||||
struct GeometryShaderConstants
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue