diff options
author | 2023-10-04 21:33:45 +0000 | |
---|---|---|
committer | 2023-10-04 21:33:45 +0000 | |
commit | 9d7ed4eda67866e3794ca2b85120f01ed228be9f (patch) | |
tree | c3ea4281e11d2f3b3967922bf4fe988db221f78d /vulkan/libvulkan/driver.cpp | |
parent | 66245d125f55122be6be1c2b9e29e7b09ca4e172 (diff) | |
parent | d7320ef377d8c3043be62dac303c7a6c8bf53d0c (diff) |
Merge "Deprecate GetSwapchainGrallocUsageANDROID from the platform" into main
Diffstat (limited to 'vulkan/libvulkan/driver.cpp')
-rw-r--r-- | vulkan/libvulkan/driver.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vulkan/libvulkan/driver.cpp b/vulkan/libvulkan/driver.cpp index bdba27e6a1..5d7a4aa170 100644 --- a/vulkan/libvulkan/driver.cpp +++ b/vulkan/libvulkan/driver.cpp @@ -1456,6 +1456,7 @@ VkResult CreateDevice(VkPhysicalDevice physicalDevice, } data->driver_device = dev; + data->driver_physical_device = physicalDevice; *pDevice = dev; |