mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
libs/vkd3d: Add missing return statement in d3d12_command_list_ResolveQueryData().
This commit is contained in:
@@ -3170,6 +3170,7 @@ static void STDMETHODCALLTYPE d3d12_command_list_ResolveQueryData(ID3D12Graphics
|
|||||||
{
|
{
|
||||||
WARN("Would overflow destination buffer (%"PRIu64" + 8 > %"PRIu64").\n",
|
WARN("Would overflow destination buffer (%"PRIu64" + 8 > %"PRIu64").\n",
|
||||||
aligned_dst_buffer_offset, buffer->desc.Width);
|
aligned_dst_buffer_offset, buffer->desc.Width);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type != D3D12_QUERY_TYPE_TIMESTAMP)
|
if (type != D3D12_QUERY_TYPE_TIMESTAMP)
|
||||||
|
Reference in New Issue
Block a user