We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da5644 commit 3caac02Copy full SHA for 3caac02
llvm-spirv/lib/SPIRV/libSPIRV/SPIRVDecorate.h
@@ -100,6 +100,7 @@ class SPIRVDecorateGeneric : public SPIRVAnnotationGeneric {
100
case DecorationMaxByteOffset:
101
return VersionNumber::SPIRV_1_1;
102
case DecorationUserSemantic:
103
+ case DecorationCounterBuffer:
104
return VersionNumber::SPIRV_1_4;
105
106
default:
0 commit comments