Module: Mesa Branch: master Commit: a3a497c92152bece5698f05969d497694e033c19 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3a497c92152bece5698f05969d497694e033c19
Author: Samuel Pitoiset <[email protected]> Date: Tue Oct 3 11:31:57 2017 +0200 radv: remove unused RADV_META_VERTEX_BINDING_COUNT Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> --- src/amd/vulkan/radv_meta.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/amd/vulkan/radv_meta.h b/src/amd/vulkan/radv_meta.h index 20b4498ab3..252514540e 100644 --- a/src/amd/vulkan/radv_meta.h +++ b/src/amd/vulkan/radv_meta.h @@ -33,8 +33,6 @@ extern "C" { #endif -#define RADV_META_VERTEX_BINDING_COUNT 2 - struct radv_meta_saved_state { struct radv_descriptor_set *old_descriptor_set0; struct radv_pipeline *old_pipeline; _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
