Update opcodes.inc

This commit is contained in:
DanielSvoboda 2024-07-28 14:52:27 -03:00 committed by GitHub
parent 112bb5cff4
commit 8cb77b3fa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -293,6 +293,8 @@ OPCODE(ConvertF64S32, F64, U32,
OPCODE(ConvertF64U32, F64, U32, )
OPCODE(ConvertF32U16, F32, U16, )
OPCODE(ConvertU16U32, U16, U32, )
OPCODE(ConvertU32U64, U32, U64, )
OPCODE(ConvertU64U32, U64, U32, )
// Image operations
OPCODE(ImageSampleImplicitLod, F32x4, Opaque, Opaque, Opaque, Opaque, )