commit | dab25658fb17ec76569b8e91dfed801855027f08 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@google.com> | Thu Apr 28 07:15:51 2016 +0800 |
committer | Chia-I Wu <olv@google.com> | Thu Apr 28 08:52:42 2016 +0800 |
tree | cab6052d7f02a5e3725639362944788d855eba55 | |
parent | d6e6f51426c566cd67ed765e5c4b206a063aaa30 [diff] |
vulkan: do not distinguish instance or device LayerRef Merge Get*LayerRef into GetLayerRef and remove LayerRef::is_instance_. With the removal, LayerRef::SupportsExtension becomes ambiguous. Replace it with FindLayer*Extension. Remove unused LayerRef::GetName and LayerRef::GetSpecName while at it. There should be no user-visible change. Bug: 27911856 Change-Id: I38340654b52338e9ed46d1c4462a6b254b0cab64