genxml: add missing no duplicate anyhit flag

This mirrors the VK_GEOMETRY_NO_DUPLICATE_ANY_HIT_INVOCATION_BIT_KHR
enum of VkGeometryFlagBitsKHR. Purely here for documentation.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16970>
This commit is contained in:
Lionel Landwerlin
2021-06-02 12:31:56 +03:00
committed by Marge Bot
parent 8fc7a98e31
commit a5e5e6aa0f
+1
View File
@@ -960,6 +960,7 @@
</field>
<field name="Geometry Flags" start="62" end="63" type="uint">
<value name="GEOMETRY_OPAQUE" value="1"/>
<value name="GEOMETRY_NO_DUPLICATE_ANYHIT_INVOCATION" value="2"/>
</field>
</struct>