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

pub struct UnsafeQueryPool { /* fields omitted */ }

Methods

impl UnsafeQueryPool
[src]

Builds a new query pool.

Returns the number of slots of that query pool.

Panic

Panicks if count is 0.

Trait Implementations

impl VulkanObject for UnsafeQueryPool
[src]

The type of the object.

Returns a reference to the object.

impl DeviceOwned for UnsafeQueryPool
[src]

Returns the device that owns Self.

impl Drop for UnsafeQueryPool
[src]

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