1 // DO NOT MODIFY! This file is autogenerated by gn_to_bp.py. 2 // If need to change a define, modify SkUserConfigManual.h 3 #pragma once 4 #include "SkUserConfigManual.h" 5 6 #ifndef SK_ENABLE_SKSL 7 #define SK_ENABLE_SKSL 8 #endif 9 10 #ifndef SK_ENCODE_PNG 11 #define SK_ENCODE_PNG 12 #endif 13 14 #ifndef SK_GAMMA_APPLY_TO_A8 15 #define SK_GAMMA_APPLY_TO_A8 16 #endif 17 18 #ifndef SK_GL 19 #define SK_GL 20 #endif 21 22 #ifndef SK_HAS_ANDROID_CODEC 23 #define SK_HAS_ANDROID_CODEC 24 #endif 25 26 #ifndef SK_IN_RENDERENGINE 27 #define SK_IN_RENDERENGINE 28 #endif 29 30 #ifndef SK_USE_VMA 31 #define SK_USE_VMA 32 #endif 33 34 #ifndef SK_VULKAN 35 #define SK_VULKAN 36 #endif 37 38 #ifndef SK_BUILD_FOR_ANDROID 39 #error "SK_BUILD_FOR_ANDROID must be defined!" 40 #endif 41 #if defined(SK_BUILD_FOR_IOS) || defined(SK_BUILD_FOR_MAC) || \ 42 defined(SK_BUILD_FOR_UNIX) || defined(SK_BUILD_FOR_WIN) 43 #error "Only SK_BUILD_FOR_ANDROID should be defined!" 44 #endif 45