zink: bind descriptor buffers to unordered cmdbuf

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21739>
This commit is contained in:
Mike Blumenkrantz 2023-03-02 09:56:11 -05:00 committed by Marge Bot
parent 20c9cfb30f
commit c5f901dbc6

View file

@ -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;
}