[][src]Struct nannou::vk::AutoCommandBuffer

pub struct AutoCommandBuffer<P = StandardCommandPoolAlloc> { /* fields omitted */ }

Trait Implementations

impl<P> DeviceOwned for AutoCommandBuffer<P>[src]

impl<P> CommandBuffer for AutoCommandBuffer<P>[src]

type PoolAlloc = P

The command pool of the command buffer.

fn execute(
    self,
    queue: Arc<Queue>
) -> Result<CommandBufferExecFuture<NowFuture, Self>, CommandBufferExecError> where
    Self: 'static, 
[src]

Executes this command buffer on a queue. Read more

fn execute_after<F>(
    self,
    future: F,
    queue: Arc<Queue>
) -> Result<CommandBufferExecFuture<F, Self>, CommandBufferExecError> where
    F: GpuFuture,
    Self: 'static, 
[src]

Executes the command buffer after an existing future. Read more

Auto Trait Implementations

impl<P> Send for AutoCommandBuffer<P> where
    P: Send

impl<P> Sync for AutoCommandBuffer<P> where
    P: Sync

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeviceOwned for T where
    T: Deref,
    <T as Deref>::Target: DeviceOwned
[src]

impl<T> Content for T[src]

impl<T> CommandBuffer for T where
    T: SafeDeref,
    <T as Deref>::Target: CommandBuffer
[src]

type PoolAlloc = <<T as Deref>::Target as CommandBuffer>::PoolAlloc

The command pool of the command buffer.

fn execute(
    self,
    queue: Arc<Queue>
) -> Result<CommandBufferExecFuture<NowFuture, Self>, CommandBufferExecError> where
    Self: 'static, 
[src]

Executes this command buffer on a queue. Read more

fn execute_after<F>(
    self,
    future: F,
    queue: Arc<Queue>
) -> Result<CommandBufferExecFuture<F, Self>, CommandBufferExecError> where
    F: GpuFuture,
    Self: 'static, 
[src]

Executes the command buffer after an existing future. Read more

impl<T> SafeBorrow<T> for T[src]

impl<T> Erased for T

impl<S> FromSample<S> for S[src]

impl<T, U> ToSample<U> for T where
    U: FromSample<T>, 
[src]

impl<S, T> Duplex<S> for T where
    T: FromSample<S> + ToSample<S>, 
[src]

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.