Struct vks::device_proc_addr_loader::NVX_device_generated_commands [] [src]

pub struct NVX_device_generated_commands {
    pub vkCmdProcessCommandsNVX: PFN_vkCmdProcessCommandsNVX,
    pub vkCmdReserveSpaceForCommandsNVX: PFN_vkCmdReserveSpaceForCommandsNVX,
    pub vkCreateIndirectCommandsLayoutNVX: PFN_vkCreateIndirectCommandsLayoutNVX,
    pub vkDestroyIndirectCommandsLayoutNVX: PFN_vkDestroyIndirectCommandsLayoutNVX,
    pub vkCreateObjectTableNVX: PFN_vkCreateObjectTableNVX,
    pub vkDestroyObjectTableNVX: PFN_vkDestroyObjectTableNVX,
    pub vkRegisterObjectsNVX: PFN_vkRegisterObjectsNVX,
    pub vkUnregisterObjectsNVX: PFN_vkUnregisterObjectsNVX,
}

Fields

Methods

impl NVX_device_generated_commands
[src]

Trait Implementations

impl Copy for NVX_device_generated_commands
[src]

impl Clone for NVX_device_generated_commands
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NVX_device_generated_commands
[src]

Formats the value using the given formatter.

impl Default for NVX_device_generated_commands
[src]

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