mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-04-04 01:35:58 +02:00
Add missing GLSL instructions
This commit is contained in:
@@ -40,5 +40,7 @@ DEFINE_BINARY(OpFMod, spv::Op::OpFMod)
|
||||
DEFINE_BINARY(OpSRem, spv::Op::OpSRem)
|
||||
DEFINE_BINARY(OpFRem, spv::Op::OpFRem)
|
||||
DEFINE_BINARY(OpIAddCarry, spv::Op::OpIAddCarry)
|
||||
DEFINE_BINARY(OpVectorTimesScalar, spv::Op::OpVectorTimesScalar)
|
||||
DEFINE_BINARY(OpDot, spv::Op::OpDot)
|
||||
|
||||
} // namespace Sirit
|
||||
|
||||
Reference in New Issue
Block a user