mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
zink: decrement ZINK_FBFETCH_BINDING
there's no reason this shouldn't be contiguous with the other gfx stages Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19281>
This commit is contained in:
parent
1f4172e4ec
commit
e8e13d1d78
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue