Skip to content

Commit

Permalink
Disable nvidia ICD
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanformigoni committed Jul 26, 2023
1 parent 74dc3b5 commit cb666a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ else
# Set VK_ICD_FILENAMES
if [[ "$VENDOR" =~ intel ]]; then
VENDOR_NAME='intel'
elif [[ "$VENDOR" =~ nvidia ]]; then
VENDOR_NAME='nvidia'
elif [[ "$VENDOR" =~ radeon ]] || [[ "$VENDOR" =~ amd ]]; then
VENDOR_NAME='radeon'
fi
Expand Down

0 comments on commit cb666a9

Please sign in to comment.