Module: vkd3d
Branch: master
Commit: 8b99fc66d3b4dba3d213c7115aa79a22ece38719
URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=8b99fc66d3b4dba3d213c71…
Author: Conor McCarthy <cmccarthy(a)codeweavers.com>
Date: Sat Apr 17 01:01:42 2021 +1000
vkd3d: Store root signature Vulkan descriptor set layouts in an array.
They need to be in an array for pipeline layout creation anyway, and
this is useful when more layouts are needed for unbounded arrays.
Signed-off-by: Conor McCarthy <cmccarthy(a)codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
libs/vkd3d/command.c | 4 ++--
libs/vkd3d/state.c | 59 ++++++++++++++++++++--------------------------
libs/vkd3d/vkd3d_private.h | 5 ++--
3 files changed, 31 insertions(+), 37 deletions(-)
Diff: https://source.winehq.org/git/vkd3d.git/?a=commitdiff;h=8b99fc66d3b4dba3d21…