mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 22:32:34 -07:00
Fix Pack and UnpackHalf2x16
This commit is contained in:
committed by
Isaac Marovitz
parent
f7e97a30af
commit
970914e2b4
@@ -145,6 +145,10 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
|
||||
return TextureQuerySamples(context, operation);
|
||||
case Instruction.TextureQuerySize:
|
||||
return TextureQuerySize(context, operation);
|
||||
case Instruction.PackHalf2x16:
|
||||
return PackHalf2x16(context, operation);
|
||||
case Instruction.UnpackHalf2x16:
|
||||
return UnpackHalf2x16(context, operation);
|
||||
case Instruction.VectorExtract:
|
||||
return VectorExtract(context, operation);
|
||||
case Instruction.VoteAllEqual:
|
||||
|
Reference in New Issue
Block a user