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

pub struct OcclusionQueriesPool { /* fields omitted */ }

Methods

impl OcclusionQueriesPool[src]

pub fn raw(
    device: Arc<Device>,
    num_slots: u32
) -> Result<OcclusionQueriesPool, OomError>
[src]

See the docs of new().

pub fn new(device: Arc<Device>, num_slots: u32) -> Arc<OcclusionQueriesPool>[src]

Builds a new query pool.

Panic

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

pub fn num_slots(&self) -> u32[src]

Returns the number of slots of that query pool.

Trait Implementations

impl DeviceOwned for OcclusionQueriesPool[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> Content for T[src]

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

impl<T> From<T> for 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]