| 1000 | } |
| 1001 | |
| 1002 | VkSampler vvl::SamplerDescriptor::GetSampler() const { return sampler_state_ ? sampler_state_->VkHandle() : VK_NULL_HANDLE; } |
| 1003 | |
| 1004 | void vvl::SamplerDescriptor::SetImmutableSampler(std::shared_ptr<vvl::Sampler>&& state) { |
| 1005 | sampler_state_ = std::move(state); |
no test coverage detected