Skip to content

Commit 3ca8d52

Browse files
committed
Change kind of FPMaxErrorDecorationINTEL to LiteralFloat
Signed-off-by: Arvind Sudarsanam <[email protected]>
1 parent 33ec2e8 commit 3ca8d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12715,7 +12715,7 @@
1271512715
"enumerant" : "FPMaxErrorDecorationINTEL",
1271612716
"value" : 6170,
1271712717
"parameters" : [
12718-
{ "kind" : "LiteralInteger", "name" : "'Max Error'" }
12718+
{ "kind" : "LiteralFloat", "name" : "'Max Error'" }
1271912719
],
1272012720
"capabilities" : [ "FPMaxErrorINTEL" ],
1272112721
"version" : "None"

0 commit comments

Comments
 (0)