From fd7bd45ac2178ce6b4a390f517f605750aaef6c8 Mon Sep 17 00:00:00 2001 From: jvanverth Date: Fri, 25 Mar 2016 06:29:52 -0700 Subject: Revise layer, extension and feature setup for Vulkan Moves all the extension setup logic into GrVkBackendContext, and pass extension and feature information to Skia via flags. Also adds version information to GrVkBackendContext. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1832613003 TBR=bsalomon@google.com Review URL: https://codereview.chromium.org/1832613003 --- src/gpu/vk/GrVkUtil.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gpu/vk/GrVkUtil.h') diff --git a/src/gpu/vk/GrVkUtil.h b/src/gpu/vk/GrVkUtil.h index 0b760cabe2..4fee31046d 100644 --- a/src/gpu/vk/GrVkUtil.h +++ b/src/gpu/vk/GrVkUtil.h @@ -14,9 +14,6 @@ #include "vulkan/vulkan.h" -// the minimum version of Vulkan supported -const uint32_t kGrVkMinimumVersion = VK_MAKE_VERSION(1, 0, 3); - // makes a Vk call on the interface #define GR_VK_CALL(IFACE, X) (IFACE)->fFunctions.f##X; // same as GR_VK_CALL but checks for success -- cgit v1.2.3