[GPU] Add a missing default label to GatherAluResultInformation

This commit is contained in:
Triang3l 2020-12-22 22:29:00 +03:00
parent c7fbe0e6d5
commit 733efa5ff8
1 changed files with 2 additions and 0 deletions

View File

@ -476,6 +476,8 @@ void Shader::GatherAluResultInformation(
case InstructionStorageTarget::kDepth:
writes_depth_ = true;
break;
default:
break;
}
}