Fix misspelled EOpFrexp and EOpLdexp.

This commit is contained in:
John Kessenich
2015-08-19 17:30:12 -06:00
parent fc51d284aa
commit 78258d3d40
4 changed files with 8 additions and 8 deletions

View File

@@ -1008,8 +1008,8 @@ bool TGlslangToSpvTraverser::visitAggregate(glslang::TVisit visit, glslang::TInt
break;
case glslang::EOpFma:
case glslang::EFrexp:
case glslang::ELdexp:
case glslang::EOpFrexp:
case glslang::EOpLdexp:
spv::MissingFunctionality("fma/frexp/ldexp aggregate");
break;