Struct vulkano::query::OcclusionQueriesPool [] [src]

pub struct OcclusionQueriesPool {
    // some fields omitted
}

Methods

impl OcclusionQueriesPool
[src]

See the docs of new().

Builds a new query pool.

Panic

  • Panics if the device or host ran out of memory.

Returns the number of slots of that query pool.

Returns the device that was used to create this pool.

Trait Implementations

impl Drop for OcclusionQueriesPool
[src]

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