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

pub struct OcclusionQueriesPool { /* 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.

Trait Implementations

impl DeviceOwned for OcclusionQueriesPool
[src]

Returns the device that owns Self.

Auto Trait Implementations