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