diff options
Diffstat (limited to 'config_host/config_skia.h.in')
-rw-r--r-- | config_host/config_skia.h.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config_host/config_skia.h.in b/config_host/config_skia.h.in index 10fd4374b9c5..1e003179291b 100644 --- a/config_host/config_skia.h.in +++ b/config_host/config_skia.h.in @@ -30,10 +30,13 @@ are the same. #define SKIA_USE_BITMAP32 0 - -#define SK_SUPPORT_GPU 1 - +// GPU support (set by configure). +#undef SK_SUPPORT_GPU +// Vulkan support enabled (set by configure). +// temporary override #define SK_VULKAN 1 +// Metal support enabled (set by configure). +#undef SK_METAL // Memory allocator for Vulkan. #define SK_USE_VMA 1 |