Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dallocator.rs593 pub struct StandardCommandBufferAlloc { struct
602 unsafe impl Send for StandardCommandBufferAlloc {} argument
603 unsafe impl Sync for StandardCommandBufferAlloc {} implementation
605 unsafe impl CommandBufferAlloc for StandardCommandBufferAlloc { implementation
617 unsafe impl DeviceOwned for StandardCommandBufferAlloc { implementation
624 impl Drop for StandardCommandBufferAlloc { implementation