mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 11:27:57 -05:00
shader: Mark ImageWrite with side effects
This commit is contained in:
@ -93,6 +93,9 @@ bool Inst::MayHaveSideEffects() const noexcept {
|
||||
case Opcode::WriteSharedU32:
|
||||
case Opcode::WriteSharedU64:
|
||||
case Opcode::WriteSharedU128:
|
||||
case Opcode::BindlessImageWrite:
|
||||
case Opcode::BoundImageWrite:
|
||||
case Opcode::ImageWrite:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user