Skip to content
Snippets Groups Projects
Commit ea620d7a 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 11db0b80
Branches master
No related tags found
Loading
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