vulkaninfo: Make vulkan entry point variables static#1234
Conversation
|
Author hapakj not on autobuild list. Waiting for curator authorization before starting CI build. |
1 similar comment
|
Author hapakj not on autobuild list. Waiting for curator authorization before starting CI build. |
charles-lunarg
left a comment
There was a problem hiding this comment.
I don't understand the purpose of these changes.
Vulkaninfo is an application that links vulkan-1.dll/libvulkan.so and indirectly loads vulkan drivers. Why would the loader or a driver link to vulkaninfo? If you were doing that, there would need to be significantly more changes.
Is this PR the result of a dynamic linker warning about duplicate symbols?
|
CI Vulkan-Tools build queued with queue ID 35238. |
|
CI Vulkan-Tools build # 1999 running. |
|
CI Vulkan-Tools build queued with queue ID 35259. |
|
CI Vulkan-Tools build # 2000 running. |
|
CI Vulkan-Tools build # 2000 passed. |
Make vulkan entry point variables static in vulkaninfo.
Prevent link issues in case vulkan info directly linked to a library which exports the related vulkan entry points. e.g. a vulkan loader or and icd.