Update opcodes.inc
This commit is contained in:
parent
112bb5cff4
commit
8cb77b3fa5
|
@ -293,6 +293,8 @@ OPCODE(ConvertF64S32, F64, U32,
|
||||||
OPCODE(ConvertF64U32, F64, U32, )
|
OPCODE(ConvertF64U32, F64, U32, )
|
||||||
OPCODE(ConvertF32U16, F32, U16, )
|
OPCODE(ConvertF32U16, F32, U16, )
|
||||||
OPCODE(ConvertU16U32, U16, U32, )
|
OPCODE(ConvertU16U32, U16, U32, )
|
||||||
|
OPCODE(ConvertU32U64, U32, U64, )
|
||||||
|
OPCODE(ConvertU64U32, U64, U32, )
|
||||||
|
|
||||||
// Image operations
|
// Image operations
|
||||||
OPCODE(ImageSampleImplicitLod, F32x4, Opaque, Opaque, Opaque, Opaque, )
|
OPCODE(ImageSampleImplicitLod, F32x4, Opaque, Opaque, Opaque, Opaque, )
|
||||||
|
|
Loading…
Reference in New Issue