mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-14 02:38:29 +12:00
Latte: Support for SAMPLE_LB
This commit is contained in:
parent
df282ab230
commit
2167143c17
3 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue