Module: vkd3d Branch: master Commit: 104626cc1d91d0a3568b8bc17ab782ebf062b858 URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=104626cc1d91d0a3568b8bc1...
Author: Conor McCarthy cmccarthy@codeweavers.com Date: Wed Oct 6 18:43:30 2021 +0200
vkd3d: Create and write descriptor sets for root signature unbounded ranges.
Signed-off-by: Conor McCarthy cmccarthy@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
libs/vkd3d/command.c | 120 ++++++++++++++++++++++++------ libs/vkd3d/device.c | 114 ++++++++++++++++++++++++++++ libs/vkd3d/resource.c | 9 +++ libs/vkd3d/state.c | 181 +++++++++++++++++++++++++++++++++++++++------ libs/vkd3d/vkd3d_private.h | 40 +++++++++- tests/d3d12.c | 18 ++--- 6 files changed, 424 insertions(+), 58 deletions(-)
Diff: https://source.winehq.org/git/vkd3d.git/?a=commitdiff;h=104626cc1d91d0a3568b...