pub trait ExtPipelinePropertiesExtension: DeviceV1_0 {
    const METADATA: Extension = EXT_PIPELINE_PROPERTIES_EXTENSION;

    // Provided method
    unsafe fn get_pipeline_properties_ext(
        &self,
        pipeline_info: &PipelineInfoEXT
    ) -> VkResult<BaseOutStructure> { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = EXT_PIPELINE_PROPERTIES_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§