summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-08-01 11:50:59 -0700
committerJason Ekstrand <[email protected]>2017-08-02 09:13:13 -0700
commit077b200096d07d514734f5ffb5208fed8500fa0f (patch)
tree38417bd209d16c570ee39847c9d726beeea65df7 /src/intel/vulkan/anv_private.h
parent0ab04ba979b7eb360176e6abad1d296e9da94985 (diff)
anv: Pull the API version from anv_extensions.py
This way everything stays in sync and we only have the one version number. Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r--src/intel/vulkan/anv_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index 818f6990dc7..c3644914328 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -685,6 +685,7 @@ VkResult anv_init_wsi(struct anv_physical_device *physical_device);
void anv_finish_wsi(struct anv_physical_device *physical_device);
bool anv_instance_extension_supported(const char *name);
+uint32_t anv_physical_device_api_version(struct anv_physical_device *dev);
bool anv_physical_device_extension_supported(struct anv_physical_device *dev,
const char *name);