Trait vulkanalia::vk::KhrPerformanceQueryExtension[][src]

pub trait KhrPerformanceQueryExtension: DeviceV1_0 {
    const METADATA: ExtensionMetadata;
    fn acquire_profiling_lock_khr(
        &self,
        info: &AcquireProfilingLockInfoKHR
    ) -> VkResult<()> { ... }
fn enumerate_physical_device_queue_family_performance_query_counters_khr(
        &self,
        physical_device: PhysicalDevice,
        queue_family_index: u32
    ) -> VkResult<(Vec<PerformanceCounterKHR>, Vec<PerformanceCounterDescriptionKHR>)> { ... }
fn get_physical_device_queue_family_performance_query_passes_khr(
        &self,
        physical_device: PhysicalDevice,
        performance_query_create_info: &QueryPoolPerformanceCreateInfoKHR
    ) -> u32 { ... }
fn release_profiling_lock_khr(&self) { ... } }

Associated Constants

const METADATA: ExtensionMetadata[src]

The metadata for this extension.

Loading content...

Provided methods

Loading content...

Implementors

Loading content...