Latte: Support for SAMPLE_LB

This commit is contained in:
Exzap 2023-12-13 12:22:59 +01:00
parent df282ab230
commit 2167143c17
3 changed files with 12 additions and 2 deletions

View file

@ -57,6 +57,7 @@ struct LatteDecompilerTEXInstruction
sint8 offsetY{};
sint8 offsetZ{};
bool unnormalized[4]{}; // set if texture coordinates are in [0,dim] range instead of [0,1]
sint8 lodBias{}; // divide by 16 to get actual value
}textureFetch;
// memRead
struct