mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 07:35:45 +00:00
shader: Fix control flow
This commit is contained in:
parent
215b21a1c0
commit
d0459ab2c2
8 changed files with 39 additions and 20 deletions
|
@ -33,6 +33,7 @@ public:
|
|||
explicit Value(f64 value) noexcept;
|
||||
|
||||
[[nodiscard]] bool IsIdentity() const noexcept;
|
||||
[[nodiscard]] bool IsPhi() const noexcept;
|
||||
[[nodiscard]] bool IsEmpty() const noexcept;
|
||||
[[nodiscard]] bool IsImmediate() const noexcept;
|
||||
[[nodiscard]] bool IsLabel() const noexcept;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue