mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
shader: Implement SHR
This commit is contained in:
parent
1040d61017
commit
b3d166ad4c
8 changed files with 80 additions and 18 deletions
|
@ -231,6 +231,7 @@ OPCODE(BitwiseXor32, U32, U32,
|
|||
OPCODE(BitFieldInsert, U32, U32, U32, U32, U32, )
|
||||
OPCODE(BitFieldSExtract, U32, U32, U32, U32, )
|
||||
OPCODE(BitFieldUExtract, U32, U32, U32, U32, )
|
||||
OPCODE(BitReverse32, U32, U32, )
|
||||
|
||||
OPCODE(SLessThan, U1, U32, U32, )
|
||||
OPCODE(ULessThan, U1, U32, U32, )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue