aboutsummaryrefslogtreecommitdiff
path: root/SPIRV/SpvBuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'SPIRV/SpvBuilder.h')
-rw-r--r--SPIRV/SpvBuilder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SPIRV/SpvBuilder.h b/SPIRV/SpvBuilder.h
index 251b9ee8..c72d9b28 100644
--- a/SPIRV/SpvBuilder.h
+++ b/SPIRV/SpvBuilder.h
@@ -181,6 +181,7 @@ public:
Id makeSamplerType();
Id makeSampledImageType(Id imageType);
Id makeCooperativeMatrixType(Id component, Id scope, Id rows, Id cols);
+ Id makeGenericType(spv::Op opcode, std::vector<spv::IdImmediate>& operands);
// accelerationStructureNV type
Id makeAccelerationStructureType();