[][src]Trait vulkanalia::vk::ExtToolingInfoExtension

pub trait ExtToolingInfoExtension: DeviceV1_0 {
    pub fn get_physical_device_tool_properties_ext(
        &self,
        physical_device: PhysicalDevice
    ) -> VkResult<Vec<PhysicalDeviceToolPropertiesEXT>> { ... } }

Provided methods

Loading content...

Implementors

impl ExtToolingInfoExtension for Device[src]

Loading content...