Fix misspelled EOpFrexp and EOpLdexp.
This commit is contained in:
parent
fc51d284aa
commit
78258d3d40
4 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue