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

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

Provided methods

Loading content...

Implementors

impl KhrPerformanceQueryExtension for Device[src]

Loading content...