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

pub struct UnsafeQueryPool { /* fields omitted */ }

Methods

impl UnsafeQueryPool
[src]

[src]

Builds a new query pool.

[src]

Returns the number of slots of that query pool.

[src]

[src]

Panic

Panicks if count is 0.

Trait Implementations

impl VulkanObject for UnsafeQueryPool
[src]

The type of the object.

[src]

Returns a reference to the object.

impl DeviceOwned for UnsafeQueryPool
[src]

[src]

Returns the device that owns Self.

impl Drop for UnsafeQueryPool
[src]

[src]

Executes the destructor for this type. Read more