Skip to content

Commit e614f46

Browse files
authored
Fix break in hctdb.py from earlier PR suggestion.
1 parent e580147 commit e614f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/hct/hctdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8015,7 +8015,7 @@ def build_valrules(self):
80158015
"Hull Shader MaxTessFactor must be [%0..%1]. %2 specified.",
80168016
)
80178017
self.add_valrule("Meta.ValidSamplerMode", "Invalid sampler mode on sampler .")
8018-
self.add_valrule(
8018+
self.add_valrule_msg(
80198019
"Meta.CoherenceNotOnAppendConsume",
80208020
"globally/reorder coherent incompatible with append/consume/counter buffers",
80218021
"%0coherent cannot be used on buffer with counter",

0 commit comments

Comments
 (0)