diff options
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r-- | src/compiler/shader_info.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index 4cbe461d381..b1e200070f7 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -53,6 +53,11 @@ struct spirv_supported_capabilities { bool subgroup_vote; }; +/* The supported extensions which add extended instructions */ +struct spirv_supported_extensions { + bool AMD_gcn_shader; +}; + typedef struct shader_info { const char *name; |