Struct vks::instance_proc_addr_loader::KHR_get_physical_device_properties2 [] [src]

pub struct KHR_get_physical_device_properties2 {
    pub vkGetPhysicalDeviceFeatures2KHR: PFN_vkGetPhysicalDeviceFeatures2KHR,
    pub vkGetPhysicalDeviceProperties2KHR: PFN_vkGetPhysicalDeviceProperties2KHR,
    pub vkGetPhysicalDeviceFormatProperties2KHR: PFN_vkGetPhysicalDeviceFormatProperties2KHR,
    pub vkGetPhysicalDeviceImageFormatProperties2KHR: PFN_vkGetPhysicalDeviceImageFormatProperties2KHR,
    pub vkGetPhysicalDeviceQueueFamilyProperties2KHR: PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR,
    pub vkGetPhysicalDeviceMemoryProperties2KHR: PFN_vkGetPhysicalDeviceMemoryProperties2KHR,
    pub vkGetPhysicalDeviceSparseImageFormatProperties2KHR: PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR,
    // some fields omitted
}

Fields

Methods

impl KHR_get_physical_device_properties2
[src]

Trait Implementations

impl Copy for KHR_get_physical_device_properties2
[src]

impl Clone for KHR_get_physical_device_properties2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KHR_get_physical_device_properties2
[src]

Formats the value using the given formatter.

impl Default for KHR_get_physical_device_properties2
[src]

Returns the "default value" for a type. Read more