Struct vulkano::query::UnsafeQueryPool [] [src]

pub struct UnsafeQueryPool<P = Arc<Device>> where
    P: SafeDeref<Target = Device>, 
{ /* fields omitted */ }

Methods

impl<P> UnsafeQueryPool<P> where
    P: SafeDeref<Target = Device>, 
[src]

Builds a new query pool.

Returns the number of slots of that query pool.

Returns the device used to create the pool.

Trait Implementations

impl<P> Drop for UnsafeQueryPool<P> where
    P: SafeDeref<Target = Device>, 
[src]

A method called when the value goes out of scope. Read more