Type Definition erupt::extensions::amd_shader_info::PFN_vkGetShaderInfoAMD[][src]

type PFN_vkGetShaderInfoAMD = unsafe extern "system" fn(device: Device, pipeline: Pipeline, shader_stage: ShaderStageFlagBits, info_type: ShaderInfoTypeAMD, p_info_size: *mut usize, p_info: *mut c_void) -> Result;

Vulkan Manual Page · Function