Trait vulkanalia::vk::AmdShaderInfoExtension[][src]

pub trait AmdShaderInfoExtension: DeviceV1_0 {
    const METADATA: Extension;
    unsafe fn get_shader_info_amd(
        &self,
        pipeline: Pipeline,
        shader_stage: ShaderStageFlags,
        info_type: ShaderInfoTypeAMD
    ) -> VkResult<Vec<u8>> { ... } }

Associated Constants

const METADATA: Extension[src]

The metadata for this extension.

Loading content...

Provided methods

Loading content...

Implementors

Loading content...