Home
last modified time | relevance | path

Searched defs:MutableDescriptorTypeCreateInfoVALVEBuilder (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ash/src/vk/
Ddefinitions.rs45271 pub struct MutableDescriptorTypeCreateInfoVALVEBuilder<'a> { struct
45275 unsafe impl ExtendsDescriptorSetLayoutCreateInfo
45276 for MutableDescriptorTypeCreateInfoVALVEBuilder<'_> argument
45280 unsafe impl ExtendsDescriptorPoolCreateInfo for MutableDescriptorTypeCreateInfoVALVEBuilder<'_> {} implementation
45282 impl<'a> ::std::ops::Deref for MutableDescriptorTypeCreateInfoVALVEBuilder<'a> { implementation
45288 impl<'a> ::std::ops::DerefMut for MutableDescriptorTypeCreateInfoVALVEBuilder<'a> { implementation
45293 impl<'a> MutableDescriptorTypeCreateInfoVALVEBuilder<'a> { implementation