spirv: Add plumbing for ray_cull_mask

Add a new cull_mask system value that is exposed
by the ray_cull_mask capability of
SPV_KHR_ray_cull_mask.

Signed-off-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16430>
This commit is contained in:
Konstantin Seurer
2022-05-10 16:10:31 +02:00
committed by Marge Bot
parent 7c44cb6f5e
commit 2e0e150e69
7 changed files with 16 additions and 0 deletions

View File

@@ -825,6 +825,7 @@ typedef enum
SYSTEM_VALUE_RAY_FLAGS,
SYSTEM_VALUE_RAY_GEOMETRY_INDEX,
SYSTEM_VALUE_RAY_INSTANCE_CUSTOM_INDEX,
SYSTEM_VALUE_CULL_MASK,
/*@}*/
/**