Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Etaash-mathamsetty committed Nov 26, 2023
1 parent df86dbc commit ee8dce4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/backend/tools/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -751,9 +751,8 @@ function getVkd3dUrl(): string {
}

export function isVulkanSupported(): boolean {
if (!isLinux) {
return isMac
}
if (isMac) return true
if (isWindows) return false

if (!any_gpu_supports_version([1, 1, 0])) {
logWarning(
Expand Down

0 comments on commit ee8dce4

Please sign in to comment.