mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-02 13:40:47 -07:00
shader_ir/other: Implement IPA.IDX
This commit is contained in:
@ -596,6 +596,7 @@ union Instruction {
|
||||
} alu;
|
||||
|
||||
union {
|
||||
BitField<38, 1, u64> idx;
|
||||
BitField<51, 1, u64> saturate;
|
||||
BitField<52, 2, IpaSampleMode> sample_mode;
|
||||
BitField<54, 2, IpaInterpMode> interp_mode;
|
||||
|
Reference in New Issue
Block a user