SPV: Use OpBitcast to implement 4 pack/unpack built-in functions.
This commit is contained in:
parent
cfd7ce87cd
commit
c9f349234f
2 changed files with 5 additions and 7 deletions
|
|
@ -3504,8 +3504,7 @@ spv::Id TGlslangToSpvTraverser::createUnaryOperation(glslang::TOperator op, spv:
|
|||
case glslang::EOpUnpackInt2x32:
|
||||
case glslang::EOpPackUint2x32:
|
||||
case glslang::EOpUnpackUint2x32:
|
||||
logger->missingFunctionality("shader int64");
|
||||
libCall = spv::GLSLstd450Bad; // TODO: This is a placeholder.
|
||||
unaryOp = spv::OpBitcast;
|
||||
break;
|
||||
|
||||
case glslang::EOpDPdx:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue