pub trait AmdShaderInfoExtension: DeviceV1_0 {
    const METADATA: Extension = AMD_SHADER_INFO_EXTENSION;

    // Provided method
    unsafe fn get_shader_info_amd(
        &self,
        pipeline: Pipeline,
        shader_stage: ShaderStageFlags,
        info_type: ShaderInfoTypeAMD
    ) -> VkResult<Vec<u8>> { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = AMD_SHADER_INFO_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§