diff options
author | 2022-11-30 04:00:46 +0000 | |
---|---|---|
committer | 2022-11-30 04:00:46 +0000 | |
commit | 43bf88aabd0863334917d4fd1f94fb38c6a489be (patch) | |
tree | 8765eabb5239d2e2ec1785212fe9ce448eb51ce4 | |
parent | 82c3b18f5521dba57a857e84df154da2a797bbbe (diff) |
Run code_generation.py after an upstream merge of 'aosp/upstream-main'
Test: Build
Change-Id: I72f16b883f1a538454fa55ff50bde972db39da4e
-rw-r--r-- | vulkan/libvulkan/api_gen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vulkan/libvulkan/api_gen.cpp b/vulkan/libvulkan/api_gen.cpp index df70bf4419..a9706bc871 100644 --- a/vulkan/libvulkan/api_gen.cpp +++ b/vulkan/libvulkan/api_gen.cpp @@ -682,6 +682,7 @@ VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pNa "vkGetPhysicalDeviceMemoryProperties2", "vkGetPhysicalDeviceMemoryProperties2KHR", "vkGetPhysicalDeviceMultisamplePropertiesEXT", + "vkGetPhysicalDeviceOpticalFlowImageFormatsNV", "vkGetPhysicalDevicePresentRectanglesKHR", "vkGetPhysicalDeviceProperties", "vkGetPhysicalDeviceProperties2", |