layers:Pass shared_ptr by const ref
authorTobin Ehlis <tobine@google.com>
Wed, 21 Jun 2017 15:26:04 +0000 (09:26 -0600)
committerTobin Ehlis <tobine@google.com>
Wed, 21 Jun 2017 16:51:36 +0000 (10:51 -0600)
commit379b5351a43c484a49b56a00f6edf7aa2b9ba9e3
treea4432a731d66e36841f5986c18ab5b1ad4ae8e58
parentff80053c0c90187d4136b5882908ae19681e90e7
layers:Pass shared_ptr by const ref

DescriptorSetLayout shared_ptr will always survive the lifetime of the
DescriptorSet constructor so pass by const ref.
layers/descriptor_sets.cpp
layers/descriptor_sets.h