Skip to content

Commit e580147

Browse files
chore: autopublish 2025-05-06T17:12:23Z
1 parent 562593a commit e580147

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/DxilValidation/DxilValidation.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4425,8 +4425,7 @@ static void ValidateResources(ValidationContext &ValCtx) {
44254425
if (Uav->HasCounter() && UavIsCoherent) {
44264426
StringRef Prefix = Uav->IsGloballyCoherent() ? "globally" : "reorder";
44274427
ValCtx.EmitResourceFormatError(
4428-
Uav.get(), ValidationRule::MetaCoherenceNotOnAppendConsume,
4429-
{Prefix});
4428+
Uav.get(), ValidationRule::MetaCoherenceNotOnAppendConsume, {Prefix});
44304429
}
44314430

44324431
ValidateResource(*Uav, ValCtx);

0 commit comments

Comments
 (0)