skia2/third_party/vulkanmemoryallocator
Greg Daniel da16cce7d9 Use our own checked in Vulkan header to build skia source code.
Core Skia will always include our own SkiaVulkan.h which basically just
includes vulkan_core.h. All platform vulkan specific stuff must be
include by the client in their own vulkan.h file. Our public interface
is set up that we only use vulkan objects that will be present in all
versions of vulkan headers that the client could include.

Bug: skia:
Change-Id: I6673fd91498eabcc923d65d20f2b5e0a89b4ccf6
Reviewed-on: https://skia-review.googlesource.com/142985
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2018-08-01 16:52:20 +00:00
..
include Don't explicitly include vulkan.h in the vulkan memory allocator. 2018-06-15 13:17:14 +00:00
BUILD.gn Use our own checked in Vulkan header to build skia source code. 2018-08-01 16:52:20 +00:00
GrVulkanMemoryAllocator.cpp Reland "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API." 2018-05-30 13:27:38 +00:00
GrVulkanMemoryAllocator.h Use our own checked in Vulkan header to build skia source code. 2018-08-01 16:52:20 +00:00
LICENSE Add LICENSE file to vulkanmemoryallocaotr 2018-05-31 13:23:52 +00:00