Conor McCarthy : vkd3d: Store root signature Vulkan descriptor set layouts in an array.

Alexandre Julliard julliard at winehq.org
Tue Apr 20 16:26:15 CDT 2021


Module: vkd3d
Branch: master
Commit: 8b99fc66d3b4dba3d213c7115aa79a22ece38719
URL:    https://source.winehq.org/git/vkd3d.git/?a=commit;h=8b99fc66d3b4dba3d213c7115aa79a22ece38719

Author: Conor McCarthy <cmccarthy at 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 at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=8b99fc66d3b4dba3d213c7115aa79a22ece38719



More information about the wine-cvs mailing list