Struct vks::device_proc_addr_loader::DeviceProcAddrLoader [] [src]

pub struct DeviceProcAddrLoader {
    pub vkGetDeviceProcAddr: PFN_vkGetDeviceProcAddr,
    pub core: Core,
    pub khr_display_swapchain: KHR_display_swapchain,
    pub ext_debug_marker: EXT_debug_marker,
    pub amd_draw_indirect_count: AMD_draw_indirect_count,
    pub nvx_device_generated_commands: NVX_device_generated_commands,
    pub khr_maintenance1: KHR_maintenance1,
    pub ext_display_control: EXT_display_control,
    pub khr_push_descriptor: KHR_push_descriptor,
    pub khr_descriptor_update_template: KHR_descriptor_update_template,
    pub khx_device_group: KHX_device_group,
    pub khx_external_memory_win32: KHX_external_memory_win32,
    pub khx_external_memory_fd: KHX_external_memory_fd,
    pub khx_external_semaphore_win32: KHX_external_semaphore_win32,
    pub khx_external_semaphore_fd: KHX_external_semaphore_fd,
    pub nv_clip_space_w_scaling: NV_clip_space_w_scaling,
    pub ext_discard_rectangles: EXT_discard_rectangles,
    pub google_display_timing: GOOGLE_display_timing,
    pub ext_hdr_metadata: EXT_hdr_metadata,
    pub khr_swapchain: KHR_swapchain,
    pub nv_external_memory_win32: NV_external_memory_win32,
    pub khr_shared_presentable_image: KHR_shared_presentable_image,
}

Fields

Methods

impl DeviceProcAddrLoader
[src]

Trait Implementations

impl Copy for DeviceProcAddrLoader
[src]

impl Clone for DeviceProcAddrLoader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeviceProcAddrLoader
[src]

Formats the value using the given formatter.

impl Default for DeviceProcAddrLoader
[src]

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