2016-03-28 14:03:06 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright 2016 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef GrVkDefines_DEFINED
|
|
|
|
#define GrVkDefines_DEFINED
|
|
|
|
|
2018-06-14 20:27:40 +00:00
|
|
|
#include "SkTypes.h"
|
|
|
|
|
2017-05-01 13:50:58 +00:00
|
|
|
#ifdef SK_VULKAN
|
|
|
|
|
2018-08-01 13:23:57 +00:00
|
|
|
#ifndef VULKAN_H_
|
|
|
|
#include "../../../third_party/vulkan/SkiaVulkan.h"
|
2017-04-25 17:38:26 +00:00
|
|
|
#endif
|
2016-03-28 14:03:06 +00:00
|
|
|
|
2017-11-02 16:56:09 +00:00
|
|
|
#endif
|
2017-11-01 23:15:06 +00:00
|
|
|
|
2017-11-02 16:56:09 +00:00
|
|
|
#endif
|