shader_decompiler: Improve Accuracy of Attribute Interpolation.

This commit is contained in:
Fernando Sahmkow
2019-02-12 21:14:39 -04:00
committed by FernandoS27
parent c1fc7531e2
commit 0f6f4aba3a
6 changed files with 74 additions and 38 deletions

View File

@@ -376,9 +376,9 @@ enum class R2pMode : u64 {
};
enum class IpaInterpMode : u64 {
Linear = 0,
Perspective = 1,
Flat = 2,
Pass = 0,
Multiply = 1,
Constant = 2,
Sc = 3,
};