-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vkd3d: Only allocate device memory if explicitly requested.
NVK currently only exposes VRAM, HVV and cached sysmem in that order, which essentially breaks no_upload_hvv because the first memory type with HOST_VISIBLE | HOST_COHERENT set is HVV. Signed-off-by: Philip Rebohle <[email protected]>
- Loading branch information
1 parent
e71ef19
commit 70fc068
Showing
1 changed file
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters