mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 12:40:09 +01:00
intel/dev: Add a gen_device_info::has_ray_tracing bit
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7356>
This commit is contained in:
parent
1d6434f02b
commit
5faf859ebb
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ struct gen_device_info
|
|||
bool disable_ccs_repack;
|
||||
bool has_aux_map;
|
||||
bool has_tiling_uapi;
|
||||
bool has_ray_tracing;
|
||||
|
||||
/**
|
||||
* \name Intel hardware quirks
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue