aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/instructions/arithmetic.cpp
diff options
context:
space:
mode:
authorGPUCode <[email protected]>2022-11-06 21:02:05 +0200
committerGPUCode <[email protected]>2023-05-09 17:18:45 +0300
commite0d528d7bfc638684afebd9b4b0272be8ca80c89 (patch)
tree7c8393737e61a71cd8173f1170e4148a6fff379e /src/instructions/arithmetic.cpp
parentab75463999f4f3291976b079d42d52ee91eebf3f (diff)
downloadsirit-e0d528d7bfc638684afebd9b4b0272be8ca80c89.tar.gz
sirit-e0d528d7bfc638684afebd9b4b0272be8ca80c89.zip
Add missing GLSL instructions
Diffstat (limited to 'src/instructions/arithmetic.cpp')
-rw-r--r--src/instructions/arithmetic.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/instructions/arithmetic.cpp b/src/instructions/arithmetic.cpp
index 4fa8057..ab62177 100644
--- a/src/instructions/arithmetic.cpp
+++ b/src/instructions/arithmetic.cpp
@@ -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