commit | 2db08044d7d9b09898395f53f053ba07c84cbe67 | [log] [tgz] |
---|---|---|
author | Jon Ashburn <jon@lunarg.com> | Wed Sep 09 11:29:24 2015 -0600 |
committer | Jon Ashburn <jon@lunarg.com> | Wed Sep 09 16:17:33 2015 -0600 |
tree | 5805b1441aef5bb96b13d9be75ec401990f0147f | |
parent | b229f97971563d9e1abb372662be16254dc5984a [diff] |
loader: Use GetProcAddr function names from layer manifest file No longer assume vkGetInstanceProcAddr or <layerName>GetInstanceProcAddr to find layer's instance GetProcAddrs. And similiar for device ProcAddr. Instead use any value specified in manifest file. If none specified in manifest file then assume vkGetInstanceProcAddr or vkGetDeviceProcAddr.