| 862 | template <vkb::BindingType bindingType> |
| 863 | inline vk::Sampler Gui<bindingType>::get_sampler() const |
| 864 | { |
| 865 | return sampler->get_handle(); |
| 866 | } |
| 867 | |
| 868 | template <vkb::BindingType bindingType> |
| 869 | inline typename Gui<bindingType>::StatsView &Gui<bindingType>::get_stats_view() |
| 870 | { |
no test coverage detected