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
|
@ -159,6 +159,7 @@ public:
|
|||
const U32& count);
|
||||
[[nodiscard]] U32 BitFieldExtract(const U32& base, const U32& offset, const U32& count,
|
||||
bool is_signed);
|
||||
[[nodiscard]] U32 BitReverse(const U32& value);
|
||||
|
||||
[[nodiscard]] U1 ILessThan(const U32& lhs, const U32& rhs, bool is_signed);
|
||||
[[nodiscard]] U1 IEqual(const U32& lhs, const U32& rhs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue