Struct vrust::vulkan::descriptor::Pool [] [src]

pub struct Pool {
    pub logical_device: Arc<LogicalDevice>,
    pub vk_data: VkDescriptorPool,
}

Fields

Methods

impl Pool
[src]

[src]

Trait Implementations

impl Drop for Pool
[src]

[src]

Executes the destructor for this type. Read more