diff options
author | Jason Ekstrand <[email protected]> | 2017-09-21 15:51:55 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-03-07 12:13:47 -0800 |
commit | ff9db1a4cc0eefece2d0485a169b2a289b2ff6ef (patch) | |
tree | abae254b6379ef442df9569d1c52b69ab7f4f32c /src/compiler/shader_info.h | |
parent | ddc4069122168feb34d4a272a6ef90ba1b4a07db (diff) |
nir/spirv: Add support for device groups
Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r-- | src/compiler/shader_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index 2fcbde74bee..00aee77c002 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -36,6 +36,7 @@ struct spirv_supported_capabilities { bool float64; bool image_ms_array; bool tessellation; + bool device_group; bool draw_parameters; bool image_read_without_format; bool image_write_without_format; |