Searched defs:DescriptorWrite (Results 1 – 2 of 2) sorted by relevance
244 pub struct DescriptorWrite { struct247 inner: SmallVec<[DescriptorWriteInner; 1]>, argument273 impl DescriptorWrite { impl297 pub fn sampler(binding: u32, array_element: u32, sampler: &Arc<Sampler>) -> DescriptorWrite { in sampler() method
1095 struct DescriptorWrite in iterate() struct1097 deUint32 bufferId; // Which buffer to use for the descriptor update. in iterate()1098 vk::VkDeviceSize offset; // The offset for the descriptor update. in iterate()1099 vk::VkDeviceSize range; // The range for the descriptor update. in iterate()