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

pub struct OcclusionQueriesPool { /* fields omitted */ }

Methods

impl OcclusionQueriesPool
[src]

[src]

See the docs of new().

[src]

Builds a new query pool.

Panic

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

[src]

Returns the number of slots of that query pool.

Trait Implementations

impl DeviceOwned for OcclusionQueriesPool
[src]

[src]

Returns the device that owns Self.

Auto Trait Implementations