Skip to content

Commit

Permalink
[meta] Update README
Browse files Browse the repository at this point in the history
- Add info about the device filter
  • Loading branch information
doitsujin committed Aug 27, 2018
1 parent 34152a0 commit 674aefc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ The `DXVK_HUD` environment variable controls a HUD which can display the framera

Additionally, `DXVK_HUD=1` has the same effect as `DXVK_HUD=devinfo,fps`.

### Device filter
Some applications do not provide a method to select a different GPU. In that case, DXVK can be forced to use a given device:
- `DXVK_FILTER_DEVICE_NAME="Device Name" Selects devices with a matching Vulkan device name.

**Note:** If the device filter is configured incorrectly, it may filter out all devices and applications will be unable to create a D3D device.

### Debugging
The following environment variables can be used for **debugging** purposes.
- `VK_INSTANCE_LAYERS=VK_LAYER_LUNARG_standard_validation` Enables Vulkan debug layers. Highly recommended for troubleshooting rendering issues and driver crashes. Requires the Vulkan SDK to be installed on the host system.
Expand Down

0 comments on commit 674aefc

Please sign in to comment.