Struct ash::vk::KhrPipelineExecutablePropertiesFn [−][src]
pub struct KhrPipelineExecutablePropertiesFn { pub get_pipeline_executable_properties_khr: extern "system" fn(device: Device, p_pipeline_info: *const PipelineInfoKHR, p_executable_count: *mut u32, p_properties: *mut PipelineExecutablePropertiesKHR) -> Result, pub get_pipeline_executable_statistics_khr: extern "system" fn(device: Device, p_executable_info: *const PipelineExecutableInfoKHR, p_statistic_count: *mut u32, p_statistics: *mut PipelineExecutableStatisticKHR) -> Result, pub get_pipeline_executable_internal_representations_khr: extern "system" fn(device: Device, p_executable_info: *const PipelineExecutableInfoKHR, p_internal_representation_count: *mut u32, p_internal_representations: *mut PipelineExecutableInternalRepresentationKHR) -> Result, }
Fields
get_pipeline_executable_properties_khr: extern "system" fn(device: Device, p_pipeline_info: *const PipelineInfoKHR, p_executable_count: *mut u32, p_properties: *mut PipelineExecutablePropertiesKHR) -> Result
get_pipeline_executable_statistics_khr: extern "system" fn(device: Device, p_executable_info: *const PipelineExecutableInfoKHR, p_statistic_count: *mut u32, p_statistics: *mut PipelineExecutableStatisticKHR) -> Result
get_pipeline_executable_internal_representations_khr: extern "system" fn(device: Device, p_executable_info: *const PipelineExecutableInfoKHR, p_internal_representation_count: *mut u32, p_internal_representations: *mut PipelineExecutableInternalRepresentationKHR) -> Result
Implementations
pub unsafe fn get_pipeline_executable_properties_khr(
&self,
device: Device,
p_pipeline_info: *const PipelineInfoKHR,
p_executable_count: *mut u32,
p_properties: *mut PipelineExecutablePropertiesKHR
) -> Result
pub unsafe fn get_pipeline_executable_properties_khr(
&self,
device: Device,
p_pipeline_info: *const PipelineInfoKHR,
p_executable_count: *mut u32,
p_properties: *mut PipelineExecutablePropertiesKHR
) -> Result
pub unsafe fn get_pipeline_executable_statistics_khr(
&self,
device: Device,
p_executable_info: *const PipelineExecutableInfoKHR,
p_statistic_count: *mut u32,
p_statistics: *mut PipelineExecutableStatisticKHR
) -> Result
pub unsafe fn get_pipeline_executable_statistics_khr(
&self,
device: Device,
p_executable_info: *const PipelineExecutableInfoKHR,
p_statistic_count: *mut u32,
p_statistics: *mut PipelineExecutableStatisticKHR
) -> Result
pub unsafe fn get_pipeline_executable_internal_representations_khr(
&self,
device: Device,
p_executable_info: *const PipelineExecutableInfoKHR,
p_internal_representation_count: *mut u32,
p_internal_representations: *mut PipelineExecutableInternalRepresentationKHR
) -> Result
pub unsafe fn get_pipeline_executable_internal_representations_khr(
&self,
device: Device,
p_executable_info: *const PipelineExecutableInfoKHR,
p_internal_representation_count: *mut u32,
p_internal_representations: *mut PipelineExecutableInternalRepresentationKHR
) -> Result
Trait Implementations
Auto Trait Implementations
impl Unpin for KhrPipelineExecutablePropertiesFn
Blanket Implementations
Mutably borrows from an owned value. Read more