mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d: Update a warning so that it aligns with the check that triggers it.
This commit is contained in:
committed by
Alexandre Julliard
parent
3ca2259807
commit
8f8c89fb87
Notes:
Alexandre Julliard
2023-08-23 22:50:47 +02:00
Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/307
@@ -375,8 +375,8 @@ static HRESULT d3d12_root_signature_info_count_descriptors(struct d3d12_root_sig
|
||||
|
||||
if (unbounded && range->OffsetInDescriptorsFromTableStart == D3D12_DESCRIPTOR_RANGE_OFFSET_APPEND)
|
||||
{
|
||||
WARN("An unbounded range with offset D3D12_DESCRIPTOR_RANGE_OFFSET_APPEND occurs after "
|
||||
"another unbounded range.\n");
|
||||
WARN("A range with offset D3D12_DESCRIPTOR_RANGE_OFFSET_APPEND occurs after "
|
||||
"an unbounded range.\n");
|
||||
return E_INVALIDARG;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user