skia2/third_party/vulkan/SkiaVulkan.h
Greg Daniel a9979d1583 Add support for vulkan extensions needed for AHardwareBuffers.
Bug: skia:
Change-Id: I68198c9f2ea1b859658d2bc75abf33f535960781
Reviewed-on: https://skia-review.googlesource.com/149284
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
2018-08-27 20:19:58 +00:00

14 lines
312 B
C

/*
* Copyright 2018 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "vulkan/vulkan_core.h"
#ifdef SK_BUILD_FOR_ANDROID
// This is needed to get android extensions for external memory
#include "vulkan/vulkan_android.h"
#endif