zink: bind descriptor buffers to unordered cmdbuf
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21739>
This commit is contained in:
committed by
Marge Bot
parent
20c9cfb30f
commit
c5f901dbc6
@@ -423,6 +423,7 @@ zink_batch_bind_db(struct zink_context *ctx)
|
||||
count++;
|
||||
}
|
||||
VKSCR(CmdBindDescriptorBuffersEXT)(batch->state->cmdbuf, count, infos);
|
||||
VKSCR(CmdBindDescriptorBuffersEXT)(batch->state->barrier_cmdbuf, count, infos);
|
||||
batch->state->dd.db_bound = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user