[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:
|
case InstructionStorageTarget::kDepth:
|
||||||
writes_depth_ = true;
|
writes_depth_ = true;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue