mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-02 11:29:12 +00:00
shader: Refactor PTP and other minor changes
This commit is contained in:
@@ -38,7 +38,6 @@ public:
|
||||
[[nodiscard]] bool IsImmediate() const noexcept;
|
||||
[[nodiscard]] bool IsLabel() const noexcept;
|
||||
[[nodiscard]] IR::Type Type() const noexcept;
|
||||
[[nodiscard]] bool IsConstantContainer() const;
|
||||
|
||||
[[nodiscard]] IR::Inst* Inst() const;
|
||||
[[nodiscard]] IR::Block* Label() const;
|
||||
|
||||
Reference in New Issue
Block a user