Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/descriptor_set/pool/
Dsys.rs30 pub struct UnsafeDescriptorPool { struct
35 impl UnsafeDescriptorPool { argument
54 ) -> Result<UnsafeDescriptorPool, OomError> { in new()
288 unsafe impl DeviceOwned for UnsafeDescriptorPool { implementation
295 impl fmt::Debug for UnsafeDescriptorPool { implementation
304 impl Drop for UnsafeDescriptorPool { implementation