Skip to content

Commit 2ef55cb

Browse files
committed
Fixed a typo
1 parent 8fd70ec commit 2ef55cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/lib/SPIRV/SpirvEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14886,7 +14886,7 @@ SpirvInstruction *SpirvEmitter::invertYIfRequested(SpirvInstruction *position,
1488614886
bool supportsInvertY = spvContext.isVS() || spvContext.isGS() ||
1488714887
spvContext.isDS() || spvContext.isMS();
1488814888

14889-
assert(supportsInvertY && "invertY is only supported in VS/DS/GS/MS")
14889+
assert(supportsInvertY && "invertY is only supported in VS/DS/GS/MS");
1489014890

1489114891
if (spirvOptions.invertY) {
1489214892
const auto oldY = spvBuilder.createCompositeExtract(

0 commit comments

Comments
 (0)