Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/command_buffer/pool/
Dsys.rs35 pub struct UnsafeCommandPool { struct
42 // We don't want `UnsafeCommandPool` to implement Sync. argument
47 unsafe impl Send for UnsafeCommandPool {} implementation
49 impl UnsafeCommandPool { implementation
68 ) -> Result<UnsafeCommandPool, OomError> { in new()
253 unsafe impl DeviceOwned for UnsafeCommandPool { implementation
260 unsafe impl VulkanObject for UnsafeCommandPool { implementation
269 impl Drop for UnsafeCommandPool { implementation