Struct bedrock::DescriptorSetLayout [] [src]

pub struct DescriptorSetLayout(_, _);

Opaque handle to a descriptor set layout object

Trait Implementations

impl VkHandle for DescriptorSetLayout
[src]

[src]

Retrieve an underlying handle

impl DeviceChild for DescriptorSetLayout
[src]

[src]

Retrieve a reference to a device object that creates this object

Auto Trait Implementations