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:
committed by
Marge Bot
parent
8fc7a98e31
commit
a5e5e6aa0f
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user