commit | b02600c145ff91541114d7a547c4b5fe5de4f0fc | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@google.com> | Fri May 20 07:11:22 2016 +0800 |
committer | Chia-I Wu <olv@google.com> | Thu Jun 02 07:10:54 2016 +0800 |
tree | a9e3c6ab3d47a2922ebad80581cad54d419a3ab2 | |
parent | df4c004b075fb745c8bb5333a49e9cd8aeaf5e41 [diff] |
layers: simplify v0 function implementations Since each of the layer library contains only a layer, we can simplify v0 functions by making them wrappers to the contained layer's corresponding commands. While we have to make changes to each layer individually, all the changes should be the same in spirit. The exception is vk-layer-generate.py where the missing vkEnumerateDeviceExtensionProperties is also added.