[][src]Trait erupt::extensions::ext_tooling_info::ExtToolingInfoInstanceLoaderExt

pub trait ExtToolingInfoInstanceLoaderExt {
    unsafe fn get_physical_device_tool_properties_ext(
        &self,
        physical_device: PhysicalDevice,
        tool_count: Option<u32>
    ) -> VulkanResult<Vec<PhysicalDeviceToolPropertiesEXT>>; }

Provides high level command wrappers for ExtToolingInfoInstanceCommands

Required methods

unsafe fn get_physical_device_tool_properties_ext(
    &self,
    physical_device: PhysicalDevice,
    tool_count: Option<u32>
) -> VulkanResult<Vec<PhysicalDeviceToolPropertiesEXT>>

Vulkan Manual Page · Instance Command

Loading content...

Implementors

impl ExtToolingInfoInstanceLoaderExt for InstanceLoader[src]

unsafe fn get_physical_device_tool_properties_ext(
    &self,
    physical_device: PhysicalDevice,
    tool_count: Option<u32>
) -> VulkanResult<Vec<PhysicalDeviceToolPropertiesEXT>>
[src]

Vulkan Manual Page · Instance Command

Loading content...