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.

TYPE: DebugReportObjectTypeEXT = vk::DEBUG_REPORT_OBJECT_TYPE_QUERY_POOL_EXT

The DebugReportObjectTypeEXT of the internal Vulkan handle.

[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

Auto Trait Implementations