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:

committed by
Marge Bot

parent
7c44cb6f5e
commit
2e0e150e69
@@ -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,
|
||||
/*@}*/
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user