commit | 6e8f0d94cc280b71f5d1b788661c05397ed89f0a | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@google.com> | Mon May 16 09:58:50 2016 +0800 |
committer | Tobin Ehlis <tobine@google.com> | Tue May 24 06:29:13 2016 -0600 |
tree | f6dc4c13db2e7df0b699eeeef873ae3f85285196 | |
parent | ab4617774048ff3828b1a8b7fe590ce9af81a419 [diff] |
threading: put layer functions into a namespace Put all layer fucntions/data into threading namespace. I had to add some wrappers to make everything work. This also removes vkEnumerateInstance*Properties from procmap. procmap is used in vkGetDeviceProcAddr and it should not contain vkEnumerateInstance*Properties in the first place.