summaryrefslogtreecommitdiff
path: root/vulkan/libvulkan/driver.h
diff options
context:
space:
mode:
author Trevor David Black <vantablack@google.com> 2022-03-09 00:31:38 +0000
committer Trevor David Black <vantablack@google.com> 2022-11-16 18:49:08 +0000
commit2cc44689e59f7fea54bcb9fe0bbee0d487fbaa90 (patch)
tree6fdfbfc8dd6cbc74d41ccaba17a5b7885475e8d9 /vulkan/libvulkan/driver.h
parenta8c0dd747c7aa7127d0bf0f53bcea5ac955b8339 (diff)
Vulkan loader changes to support VK_EXT_image_compression_control
Bug: 218365766 Test: Build Change-Id: I91cddbee0daac27d838e6201ba63c51a5158412c
Diffstat (limited to 'vulkan/libvulkan/driver.h')
-rw-r--r--vulkan/libvulkan/driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vulkan/libvulkan/driver.h b/vulkan/libvulkan/driver.h
index 14c516b16b..4d2bbd69e3 100644
--- a/vulkan/libvulkan/driver.h
+++ b/vulkan/libvulkan/driver.h
@@ -107,6 +107,8 @@ void QueryPresentationProperties(
VkPhysicalDevice physicalDevice,
VkPhysicalDevicePresentationPropertiesANDROID* presentation_properties);
+bool GetAndroidNativeBufferSpecVersion9Support(VkPhysicalDevice physicalDevice);
+
VKAPI_ATTR PFN_vkVoidFunction GetInstanceProcAddr(VkInstance instance,
const char* pName);
VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device,