Skip to content

Commit 9f3e7c5

Browse files
MiloszSkobejkoigcbot
authored andcommitted
Add IGC features and workarounds interface ver 3
new interface version needed for adding future functions.
1 parent 8c67c54 commit 9f3e7c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

IGC/AdaptorOCL/ocl_igc_interface/igc_features_and_workarounds.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ CIF_DEFINE_INTERFACE_VER_WITH_COMPATIBILITY(IgcFeaturesAndWorkarounds, 2, 1) {
8686
virtual void SetMaxOCLParamSize(uint32_t s);
8787
virtual uint32_t GetMaxOCLParamSize() const;
8888
};
89+
CIF_DEFINE_INTERFACE_VER_WITH_COMPATIBILITY(IgcFeaturesAndWorkarounds, 3, 2) {
90+
CIF_INHERIT_CONSTRUCTOR();
91+
};
8992

9093

9194
CIF_GENERATE_VERSIONS_LIST(IgcFeaturesAndWorkarounds);

0 commit comments

Comments
 (0)