#ifdefined(SK_USE_INTERNAL_VULKAN_HEADERS) && !defined(SK_BUILD_FOR_GOOGLE3) #include"include/third_party/vulkan/vulkan/vulkan_core.h" #else // For google3 builds we don't set SKIA_IMPLEMENTATION so we need to make sure that the vulkan // headers stay up to date for our needs #include <vulkan/vulkan_core.h> #endif
#ifdef SK_BUILD_FOR_ANDROID // This is needed to get android extensions for external memory #ifdefined(SK_USE_INTERNAL_VULKAN_HEADERS) && !defined(SK_BUILD_FOR_GOOGLE3) #include"include/third_party/vulkan/vulkan/vulkan_android.h" #else // For google3 builds we don't set SKIA_IMPLEMENTATION so we need to make sure that the vulkan // headers stay up to date for our needs #include <vulkan/vulkan_android.h> #endif #endif
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.