mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 12:57:57 -05:00
spirv: Add lower fp16 to fp32 pass
This commit is contained in:
@ -86,6 +86,8 @@ public:
|
||||
|
||||
void ReplaceUsesWith(Value replacement);
|
||||
|
||||
void ReplaceOpcode(IR::Opcode opcode);
|
||||
|
||||
template <typename FlagsType>
|
||||
requires(sizeof(FlagsType) <= sizeof(u32) && std::is_trivially_copyable_v<FlagsType>)
|
||||
[[nodiscard]] FlagsType Flags() const noexcept {
|
||||
|
Reference in New Issue
Block a user