Struct ash::intel::performance_query::DeviceFn   
source · pub struct DeviceFn {
    pub initialize_performance_api_intel: PFN_vkInitializePerformanceApiINTEL,
    pub uninitialize_performance_api_intel: PFN_vkUninitializePerformanceApiINTEL,
    pub cmd_set_performance_marker_intel: PFN_vkCmdSetPerformanceMarkerINTEL,
    pub cmd_set_performance_stream_marker_intel: PFN_vkCmdSetPerformanceStreamMarkerINTEL,
    pub cmd_set_performance_override_intel: PFN_vkCmdSetPerformanceOverrideINTEL,
    pub acquire_performance_configuration_intel: PFN_vkAcquirePerformanceConfigurationINTEL,
    pub release_performance_configuration_intel: PFN_vkReleasePerformanceConfigurationINTEL,
    pub queue_set_performance_configuration_intel: PFN_vkQueueSetPerformanceConfigurationINTEL,
    pub get_performance_parameter_intel: PFN_vkGetPerformanceParameterINTEL,
}Expand description
Raw VK_INTEL_performance_query device-level function pointers
Fields§
§initialize_performance_api_intel: PFN_vkInitializePerformanceApiINTEL§uninitialize_performance_api_intel: PFN_vkUninitializePerformanceApiINTEL§cmd_set_performance_marker_intel: PFN_vkCmdSetPerformanceMarkerINTEL§cmd_set_performance_stream_marker_intel: PFN_vkCmdSetPerformanceStreamMarkerINTEL§cmd_set_performance_override_intel: PFN_vkCmdSetPerformanceOverrideINTEL§acquire_performance_configuration_intel: PFN_vkAcquirePerformanceConfigurationINTEL§release_performance_configuration_intel: PFN_vkReleasePerformanceConfigurationINTEL§queue_set_performance_configuration_intel: PFN_vkQueueSetPerformanceConfigurationINTEL§get_performance_parameter_intel: PFN_vkGetPerformanceParameterINTELImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceFn
impl RefUnwindSafe for DeviceFn
impl Unpin for DeviceFn
impl UnwindSafe for DeviceFn
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)