diff options
author | Bas Nieuwenhuizen <[email protected]> | 2017-04-17 12:22:02 +0200 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-04-19 20:37:57 +0200 |
commit | 74d92e547c0c5118e15df71b81a46a588e6a0a01 (patch) | |
tree | 6a8959b94216fd18662878975a275800a07f5f35 /src/amd/vulkan/radv_descriptor_set.h | |
parent | f7b14ff4bee61159a880371748511a2d449b9756 (diff) |
radv: Remove binding buffer count.
In cases where it is used it is always 1.
Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_descriptor_set.h')
-rw-r--r-- | src/amd/vulkan/radv_descriptor_set.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_descriptor_set.h b/src/amd/vulkan/radv_descriptor_set.h index a90eb5c3076..3aa07511d62 100644 --- a/src/amd/vulkan/radv_descriptor_set.h +++ b/src/amd/vulkan/radv_descriptor_set.h @@ -40,7 +40,6 @@ struct radv_descriptor_set_binding_layout { /* redundant with the type, each for a single array element */ uint32_t size; - uint32_t buffer_count; uint16_t dynamic_offset_count; /* Offset in the radv_descriptor_set_layout of the immutable samplers, or 0 |