pub trait KhrMaintenance3Extension: DeviceV1_0 {
    const METADATA: Extension = KHR_MAINTENANCE3_EXTENSION;

    // Provided method
    unsafe fn get_descriptor_set_layout_support_khr(
        &self,
        create_info: &DescriptorSetLayoutCreateInfo,
        support: &mut DescriptorSetLayoutSupport
    ) { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = KHR_MAINTENANCE3_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§