Skip to content

Commit 70eb03c

Browse files
committed
Fix typo
1 parent d947598 commit 70eb03c

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
@@ -14884,7 +14884,7 @@ SpirvInstruction *SpirvEmitter::invertYIfRequested(SpirvInstruction *position,
1488414884
// Negate SV_Position.y if requested and supported
1488514885

1488614886
bool supportsInvertY = spvContext.isVS() || spvContext.isGS() ||
14887-
spvContext.isGS() || spvContext.isMS();
14887+
spvContext.isDS() || spvContext.isMS();
1488814888

1488914889
if (spirvOptions.invertY && supportsInvertY) {
1489014890
const auto oldY = spvBuilder.createCompositeExtract(

0 commit comments

Comments
 (0)