Module: vkd3d Branch: master Commit: 26e69578753a8e46a6d7cf3cd1c102751e1c653c URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=26e69578753a8e46a6d7cf3c... Author: Józef Kucia <jkucia(a)codeweavers.com> Date: Fri May 17 10:39:11 2019 +0200 vkd3d: Refactor render pass attachments. Use the last attachment for depth-stencil instead of the first. Signed-off-by: Józef Kucia <jkucia(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 | 67 +++++++++------- libs/vkd3d/state.c | 192 ++++++++++++++++++++++----------------------- libs/vkd3d/vkd3d_private.h | 5 +- 3 files changed, 137 insertions(+), 127 deletions(-) Diff: https://source.winehq.org/git/vkd3d.git/?a=commitdiff;h=26e69578753a8e46a6d7...