Skip to content

Commit 79743b8

Browse files
authored
Add LiteralFloat to operand_kinds (KhronosGroup#380)
LiteralFloat was introduced with FPMaxErrorDecorationINTEL, but no entry in operand_kinds corresponds to it
1 parent f8a4f5d commit 79743b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/spirv/unified1/spirv.core.grammar.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16550,6 +16550,11 @@
1655016550
"kind" : "LiteralString",
1655116551
"doc" : "A null-terminated stream of characters consuming an integral number of words"
1655216552
},
16553+
{
16554+
"category" : "Literal",
16555+
"kind" : "LiteralFloat",
16556+
"doc" : "A float consuming one word"
16557+
},
1655316558
{
1655416559
"category" : "Literal",
1655516560
"kind" : "LiteralContextDependentNumber",

0 commit comments

Comments
 (0)