#ifndef skgpu_VulkanTypes_DEFINED
#define skgpu_VulkanTypes_DEFINED
#include "include/core/SkTypes.h"
#include "include/private/gpu/vk/SkiaVulkan.h"
#include <cstddef>
#include <cstdint>
#include <functional>
#include <string>
#include <vector>
#ifndef VK_VERSION_1_1
#error Skia requires the use of Vulkan 1.1 headers
#endif
namespace skgpu {
VulkanGetProc;
VulkanBackendMemory;
struct VulkanAlloc { … };
struct VulkanYcbcrConversionInfo { … };
VulkanDeviceLostContext;
VulkanDeviceLostProc;
}
#endif