diff options
author | Marek Olšák <[email protected]> | 2019-07-31 21:33:37 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-08-12 14:52:17 -0400 |
commit | f0ccc5457aa7302960f1c43e2e8243edab61991d (patch) | |
tree | fdf0446b11fe36a86e24d469c1a1a18d9910ea30 /src/compiler | |
parent | 155789c8e7cfa31084807a6f005413660dccf30a (diff) |
compiler: add shader_info.cs.user_data_components_amd
Diffstat (limited to 'src/compiler')
-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 15150aa9b2e..bd5d2fa0b6c 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -261,6 +261,7 @@ typedef struct shader_info { unsigned local_size[3]; bool local_size_variable; + char user_data_components_amd; /** * Size of shared variables accessed by the compute shader. |