8366cdd224
Test / Create distribution (push) Successful in 56s
Test / Sandbox (push) Successful in 3m7s
Test / Hakurei (push) Successful in 4m40s
Test / ShareFS (push) Successful in 4m41s
Test / Sandbox (race detector) (push) Successful in 6m12s
Test / Hakurei (race detector) (push) Successful in 7m42s
Test / Flake checks (push) Successful in 1m16s
Upstream does not appear to understand the point of tags, so include relevant unreleased changes here. Signed-off-by: Ophestra <cat@gensokyo.uk>
27 lines
1.1 KiB
Diff
27 lines
1.1 KiB
Diff
From 1a22b167081842915a1c78a0b5b5a353a23284aa Mon Sep 17 00:00:00 2001
|
|
From: alelenv <40001162+alelenv@users.noreply.github.com>
|
|
Date: Wed, 29 Apr 2026 08:50:18 -0700
|
|
Subject: [PATCH 04/26] Update headers for spirv issue 373 (#584)
|
|
|
|
---
|
|
include/spirv/unified1/spirv.core.grammar.json | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/include/spirv/unified1/spirv.core.grammar.json b/include/spirv/unified1/spirv.core.grammar.json
|
|
index 1a6a490..c7e3cc3 100644
|
|
--- a/include/spirv/unified1/spirv.core.grammar.json
|
|
+++ b/include/spirv/unified1/spirv.core.grammar.json
|
|
@@ -6505,7 +6505,8 @@
|
|
{ "kind" : "IdRef", "name" : "Hit Object" },
|
|
{ "kind" : "IdRef", "name" : "Ray Query" },
|
|
{ "kind" : "IdRef", "name" : "SBT Record Index" },
|
|
- { "kind" : "IdRef", "name" : "Hit Object Attributes" }
|
|
+ { "kind" : "IdRef", "name" : "Hit Object Attributes" },
|
|
+ { "kind" : "IdRef", "quantifier" : "?", "name" : "Hit Kind" }
|
|
],
|
|
"capabilities" : [ "ShaderInvocationReorderEXT" ],
|
|
"version" : "None"
|
|
--
|
|
2.54.0
|
|
|