Skip to content

Commit 465055f

Browse files
committed
SPIR-V 1.6.7 headers
1 parent f88a2d7 commit 465055f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/buildHeaders/jsonToSpirv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class InstructionValue : public EnumValue {
274274
InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result)
275275
: EnumValue(std::move(e)),
276276
printingClass(printClass),
277-
opDesc("TBD."),
277+
opDesc("Reserved."),
278278
typePresent(has_type),
279279
resultPresent(has_result) { }
280280
InstructionValue(const InstructionValue& v)

0 commit comments

Comments
 (0)