We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562593a commit e580147Copy full SHA for e580147
1 file changed
lib/DxilValidation/DxilValidation.cpp
@@ -4425,8 +4425,7 @@ static void ValidateResources(ValidationContext &ValCtx) {
4425
if (Uav->HasCounter() && UavIsCoherent) {
4426
StringRef Prefix = Uav->IsGloballyCoherent() ? "globally" : "reorder";
4427
ValCtx.EmitResourceFormatError(
4428
- Uav.get(), ValidationRule::MetaCoherenceNotOnAppendConsume,
4429
- {Prefix});
+ Uav.get(), ValidationRule::MetaCoherenceNotOnAppendConsume, {Prefix});
4430
}
4431
4432
ValidateResource(*Uav, ValCtx);
0 commit comments