Struct ash::vk::IntelPerformanceQueryFn[][src]

pub struct IntelPerformanceQueryFn {
    pub initialize_performance_api_intel: extern "system" fn(device: Device, p_initialize_info: *const InitializePerformanceApiInfoINTEL) -> Result,
    pub uninitialize_performance_api_intel: extern "system" fn(device: Device) -> c_void,
    pub cmd_set_performance_marker_intel: extern "system" fn(command_buffer: CommandBuffer, p_marker_info: *const PerformanceMarkerInfoINTEL) -> Result,
    pub cmd_set_performance_stream_marker_intel: extern "system" fn(command_buffer: CommandBuffer, p_marker_info: *const PerformanceStreamMarkerInfoINTEL) -> Result,
    pub cmd_set_performance_override_intel: extern "system" fn(command_buffer: CommandBuffer, p_override_info: *const PerformanceOverrideInfoINTEL) -> Result,
    pub acquire_performance_configuration_intel: extern "system" fn(device: Device, p_acquire_info: *const PerformanceConfigurationAcquireInfoINTEL, p_configuration: *mut PerformanceConfigurationINTEL) -> Result,
    pub release_performance_configuration_intel: extern "system" fn(device: Device, configuration: PerformanceConfigurationINTEL) -> Result,
    pub queue_set_performance_configuration_intel: extern "system" fn(queue: Queue, configuration: PerformanceConfigurationINTEL) -> Result,
    pub get_performance_parameter_intel: extern "system" fn(device: Device, parameter: PerformanceParameterTypeINTEL, p_value: *mut PerformanceValueINTEL) -> Result,
}

Fields

initialize_performance_api_intel: extern "system" fn(device: Device, p_initialize_info: *const InitializePerformanceApiInfoINTEL) -> Resultuninitialize_performance_api_intel: extern "system" fn(device: Device) -> c_voidcmd_set_performance_marker_intel: extern "system" fn(command_buffer: CommandBuffer, p_marker_info: *const PerformanceMarkerInfoINTEL) -> Resultcmd_set_performance_stream_marker_intel: extern "system" fn(command_buffer: CommandBuffer, p_marker_info: *const PerformanceStreamMarkerInfoINTEL) -> Resultcmd_set_performance_override_intel: extern "system" fn(command_buffer: CommandBuffer, p_override_info: *const PerformanceOverrideInfoINTEL) -> Resultacquire_performance_configuration_intel: extern "system" fn(device: Device, p_acquire_info: *const PerformanceConfigurationAcquireInfoINTEL, p_configuration: *mut PerformanceConfigurationINTEL) -> Resultrelease_performance_configuration_intel: extern "system" fn(device: Device, configuration: PerformanceConfigurationINTEL) -> Resultqueue_set_performance_configuration_intel: extern "system" fn(queue: Queue, configuration: PerformanceConfigurationINTEL) -> Resultget_performance_parameter_intel: extern "system" fn(device: Device, parameter: PerformanceParameterTypeINTEL, p_value: *mut PerformanceValueINTEL) -> Result

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.