We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ad1fa commit 0773321Copy full SHA for 0773321
glslang/MachineIndependent/Initialize.cpp
@@ -118,7 +118,7 @@ enum ArgClass {
118
ClassFIO = 1 << 9, // first argument is inout
119
ClassRS = 1 << 10, // the return is held scalar as the arguments cycle
120
ClassNS = 1 << 11, // no scalar prototype
121
- ClassCVN = 1 << 12, // first argument is 'coherent volatile nontemporal nontemporal'
+ ClassCVN = 1 << 12, // first argument is 'coherent volatile nontemporal'
122
ClassFO = 1 << 13, // first argument is output
123
ClassV3 = 1 << 14, // vec3 only
124
};
0 commit comments