Struct bedrock::DescriptorPool [] [src]

pub struct DescriptorPool(_, _);

Opaque handle to a descriptor pool object

Trait Implementations

impl VkHandle for DescriptorPool
[src]

[src]

Retrieve an underlying handle

impl DeviceChild for DescriptorPool
[src]

[src]

Retrieve a reference to a device object that creates this object

Auto Trait Implementations

impl !Send for DescriptorPool

impl !Sync for DescriptorPool