Skip to content

Commit

Permalink
vkd3d: Fix tab indent.
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Rebohle <[email protected]>
  • Loading branch information
doitsujin authored and HansKristian-Work committed Jan 7, 2025
1 parent 70fc068 commit 639c69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/vkd3d/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ HRESULT vkd3d_allocate_device_memory(struct d3d12_device *device,
* E.g. there exists no memory type that is not DEVICE_LOCAL and covers both RT and DS.
* For this case, we have no choice but to not allocate,
* and defer actual memory allocation to CreatePlacedResource() time.
* NVIDIA bug reference for fixing this case: 2175829. */
* NVIDIA bug reference for fixing this case: 2175829. */
WARN("Memory allocation failed, but it is not possible to fallback to system memory here. Deferring allocation.\n");
return hr;
}
Expand Down

0 comments on commit 639c69f

Please sign in to comment.