[][src]Trait vulkanalia::vk::KhrPipelineExecutablePropertiesExtension

pub trait KhrPipelineExecutablePropertiesExtension: DeviceV1_0 {
    fn get_pipeline_executable_internal_representations_khr(
        &self,
        executable_info: &PipelineExecutableInfoKHR
    ) -> VkResult<Vec<PipelineExecutableInternalRepresentationKHR>> { ... }
fn get_pipeline_executable_properties_khr(
        &self,
        pipeline_info: &PipelineInfoKHR
    ) -> VkResult<Vec<PipelineExecutablePropertiesKHR>> { ... }
fn get_pipeline_executable_statistics_khr(
        &self,
        executable_info: &PipelineExecutableInfoKHR
    ) -> VkResult<Vec<PipelineExecutableStatisticKHR>> { ... } }

Provided methods

Loading content...

Implementors

impl KhrPipelineExecutablePropertiesExtension for Device[src]

Loading content...