Struct ash::vk::AmdShaderInfoFn [−][src]
pub struct AmdShaderInfoFn { pub get_shader_info_amd: extern "system" fn(device: Device, pipeline: Pipeline, shader_stage: ShaderStageFlags, info_type: ShaderInfoTypeAMD, p_info_size: *mut usize, p_info: *mut c_void) -> Result, }
Fields
get_shader_info_amd: extern "system" fn(device: Device, pipeline: Pipeline, shader_stage: ShaderStageFlags, info_type: ShaderInfoTypeAMD, p_info_size: *mut usize, p_info: *mut c_void) -> Result
Implementations
pub unsafe fn get_shader_info_amd(
&self,
device: Device,
pipeline: Pipeline,
shader_stage: ShaderStageFlags,
info_type: ShaderInfoTypeAMD,
p_info_size: *mut usize,
p_info: *mut c_void
) -> Result
pub unsafe fn get_shader_info_amd(
&self,
device: Device,
pipeline: Pipeline,
shader_stage: ShaderStageFlags,
info_type: ShaderInfoTypeAMD,
p_info_size: *mut usize,
p_info: *mut c_void
) -> Result
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AmdShaderInfoFn
impl Unpin for AmdShaderInfoFn
impl UnwindSafe for AmdShaderInfoFn
Blanket Implementations
Mutably borrows from an owned value. Read more