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

pub trait AmdShaderInfoExtension: DeviceV1_0 {
    pub fn get_shader_info_amd(
        &self,
        pipeline: Pipeline,
        shader_stage: ShaderStageFlags,
        info_type: ShaderInfoTypeAMD
    ) -> VkResult<Vec<c_void>> { ... } }

Provided methods

Loading content...

Implementors

impl AmdShaderInfoExtension for Device[src]

Loading content...