commit | 366c3667fbbfebe2e57d1386e4d406a571b01b5d | [log] [tgz] |
---|---|---|
author | Yilong Li <[email protected]> | Sun Apr 25 03:38:14 2021 -0700 |
committer | Yilong Li <[email protected]> | Sun Apr 25 12:25:43 2021 -0700 |
tree | 6ea610af89d30a4ea57c9c8d8f2a6cef517689c5 | |
parent | 81d582f6e6c00680f12e1d69de53ef976508f835 [diff] |
vk: Store device in VkQueue_Info By storing |device| in VkQueue_Info struct, we can retrieve the logcial device assocaited with the queue in Vulkan functions that has |queue| but no |device| in their argumemnts. This will be used to create / destroy temporary fences in |on_vkQueueSubmit|. Change-Id: I47e4dd5c371be823295de9ac1616af5d84e38b24