Skip to content
Snippets Groups Projects
Commit 61044c46 authored by Józef Kucia's avatar Józef Kucia
Browse files

libs/vkd3d: Add FIXME() for ignored max command count.

parent 42726ea8
Branches
Tags
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment