mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[GPU] Add a missing default label to GatherAluResultInformation
This commit is contained in:
parent
c7fbe0e6d5
commit
733efa5ff8
|
|
@ -476,6 +476,8 @@ void Shader::GatherAluResultInformation(
|
|||
case InstructionStorageTarget::kDepth:
|
||||
writes_depth_ = true;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue