Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/command_buffer/standard/
Dmod.rs38 pub struct PrimaryCommandBuffer<A = StandardCommandBufferAlloc> struct
49 unsafe impl<A> VulkanObject for PrimaryCommandBuffer<A> argument
61 unsafe impl<A> DeviceOwned for PrimaryCommandBuffer<A> implementation