Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/vk/
Ddefinitions.rs11697 pub struct DedicatedAllocationBufferCreateInfoNVBuilder<'a> { struct
11701 unsafe impl ExtendsBufferCreateInfo for DedicatedAllocationBufferCreateInfoNVBuilder<'_> {} argument
11703 impl<'a> ::std::ops::Deref for DedicatedAllocationBufferCreateInfoNVBuilder<'a> { implementation
11709 impl<'a> ::std::ops::DerefMut for DedicatedAllocationBufferCreateInfoNVBuilder<'a> { implementation
11714 impl<'a> DedicatedAllocationBufferCreateInfoNVBuilder<'a> { impl