From 61044c462b5654929abec50646ed62e8f28d08da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zef=20Kucia?= Date: Tue, 29 Aug 2017 10:32:24 +0200 Subject: [PATCH] libs/vkd3d: Add FIXME() for ignored max command count. --- libs/vkd3d/command.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/vkd3d/command.c b/libs/vkd3d/command.c index 7a4a63eb..2f402471 100644 --- a/libs/vkd3d/command.c +++ b/libs/vkd3d/command.c @@ -3202,6 +3202,9 @@ static void STDMETHODCALLTYPE d3d12_command_list_ExecuteIndirect(ID3D12GraphicsC break; case D3D12_INDIRECT_ARGUMENT_TYPE_DISPATCH: + if (max_command_count != 1) + FIXME("Ignoring command count %u.\n", max_command_count); + if (list->state->vk_bind_point != VK_PIPELINE_BIND_POINT_COMPUTE) { WARN("Pipeline state %p has bind point %#x, ignoring dispatch.\n",