Skip to content
Snippets Groups Projects
Commit 83a76efb authored by Lenny Komow's avatar Lenny Komow
Browse files

loader: Preload icd libraries

The loader has been slow when calling functions that don't have an
instance (as well as vkCreateInstance) because they have to load the
ICDs each time. This change preloads them when the loader does its
global initialization so that the repeated loading an unloading
generally doesn't happen.

Change-Id: I9de477c4258e78baa8ae9718f83a0498f2d9f3f6
parent 50afd58e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment