Searched refs:can_be_sampled (Results 1 – 2 of 2) sorted by relevance
525 fn can_be_sampled(&self, _sampler: &Sampler) -> bool { in can_be_sampled() method602 fn can_be_sampled(&self, sampler: &Sampler) -> bool { in can_be_sampled() function603 (**self).can_be_sampled(sampler) in can_be_sampled()
772 if !image_view.can_be_sampled(&sampler) { in add_sampled_image()