We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e580147 commit e614f46Copy full SHA for e614f46
1 file changed
utils/hct/hctdb.py
@@ -8015,7 +8015,7 @@ def build_valrules(self):
8015
"Hull Shader MaxTessFactor must be [%0..%1]. %2 specified.",
8016
)
8017
self.add_valrule("Meta.ValidSamplerMode", "Invalid sampler mode on sampler .")
8018
- self.add_valrule(
+ self.add_valrule_msg(
8019
"Meta.CoherenceNotOnAppendConsume",
8020
"globally/reorder coherent incompatible with append/consume/counter buffers",
8021
"%0coherent cannot be used on buffer with counter",
0 commit comments