Skip to content

Commit

Permalink
Make Vulkan the default on Linux/Android
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisd1100 committed May 18, 2023
1 parent b8eb795 commit da7c2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/linux/gfx/mod-support.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#pragma once

#define GFX_API_DEFAULT MTY_GFX_GL
#define GFX_API_DEFAULT MTY_GFX_VK

#define GFX_API_SUPPORTED(api) \
((api) == MTY_GFX_GL || (api) == MTY_GFX_VK)
Expand Down

0 comments on commit da7c2e6

Please sign in to comment.