mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
vkd3d: Add warning for unbinding transform feedback buffers.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e4f78a2433
commit
74f068f869
@ -4290,6 +4290,8 @@ static void STDMETHODCALLTYPE d3d12_command_list_SOSetTargets(ID3D12GraphicsComm
|
||||
|
||||
list->so_counter_buffers[start_slot + i] = VK_NULL_HANDLE;
|
||||
list->so_counter_buffer_offsets[start_slot + i] = 0;
|
||||
|
||||
WARN("Trying to unbind transform feedback buffer %u. Ignoring.\n", start_slot + i);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user