diff options
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r-- | src/compiler/shader_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index 166ff8dec4e..32d87b234ec 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -42,6 +42,8 @@ struct spirv_supported_capabilities { bool device_group; bool draw_parameters; bool float64; + bool fragment_shader_sample_interlock; + bool fragment_shader_pixel_interlock; bool geometry_streams; bool gcn_shader; bool image_ms_array; |