[GPU] Add a missing default label to GatherAluResultInformation
This commit is contained in:
@@ -476,6 +476,8 @@ void Shader::GatherAluResultInformation(
|
|||||||
case InstructionStorageTarget::kDepth:
|
case InstructionStorageTarget::kDepth:
|
||||||
writes_depth_ = true;
|
writes_depth_ = true;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user