2018-08-01 13:23:57 +00:00
|
|
|
/*
|
|
|
|
* 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"
|
2018-08-27 19:56:46 +00:00
|
|
|
|
|
|
|
#ifdef SK_BUILD_FOR_ANDROID
|
|
|
|
// This is needed to get android extensions for external memory
|
|
|
|
#include "vulkan/vulkan_android.h"
|
|
|
|
#endif
|