From e8e13d1d78b6d0af63b0166f1addc9ba7eaf0a75 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sun, 23 Oct 2022 10:36:34 -0400 Subject: [PATCH] zink: decrement ZINK_FBFETCH_BINDING there's no reason this shouldn't be contiguous with the other gfx stages Reviewed-by: Dave Airlie Part-of: --- src/gallium/drivers/zink/zink_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/zink/zink_types.h b/src/gallium/drivers/zink/zink_types.h index 05c056c86fd..5c27b1da4a9 100644 --- a/src/gallium/drivers/zink/zink_types.h +++ b/src/gallium/drivers/zink/zink_types.h @@ -63,7 +63,7 @@ /* the descriptor binding id for fbfetch/input attachment */ -#define ZINK_FBFETCH_BINDING 6 //COMPUTE+1 +#define ZINK_FBFETCH_BINDING 5 #define ZINK_GFX_SHADER_COUNT 5 /* number of descriptors to allocate in a pool */