Skip to content

Commit c8fd101

Browse files
spirv-val: Fix scalarBlockLayout typo (KhronosGroup#6234)
1 parent a6e2406 commit c8fd101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/val/validate_decorations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ spv_result_t checkLayout(uint32_t struct_id, spv::StorageClass storage_class,
471471
return vstate.MissingFeature("uniformBufferStandardLayout feature",
472472
"--uniform-buffer-standard-layout", true);
473473
} else {
474-
return vstate.MissingFeature("scalarBlockLayoutfeature feature",
474+
return vstate.MissingFeature("scalarBlockLayout feature",
475475
"--scalar-block-layout", true);
476476
}
477477
}

0 commit comments

Comments
 (0)