[][src]Struct lava::nvx::VkCmdProcessCommandsInfo

pub struct VkCmdProcessCommandsInfo {
    pub object_table: VkObjectTable,
    pub indirect_commands_layout: VkIndirectCommandsLayout,
    pub indirect_commands_tokens: Vec<VkIndirectCommandsToken>,
    pub max_sequences_count: usize,
    pub target_command_buffer: Option<VkCommandBuffer>,
    pub sequences_count_buffer: Option<VkBuffer>,
    pub sequences_count_offset: usize,
    pub sequences_index_buffer: Option<VkBuffer>,
    pub sequences_index_offset: usize,
}

Fields

object_table: VkObjectTableindirect_commands_layout: VkIndirectCommandsLayoutindirect_commands_tokens: Vec<VkIndirectCommandsToken>max_sequences_count: usizetarget_command_buffer: Option<VkCommandBuffer>sequences_count_buffer: Option<VkBuffer>sequences_count_offset: usizesequences_index_buffer: Option<VkBuffer>sequences_index_offset: usize

Trait Implementations

impl Clone for VkCmdProcessCommandsInfo[src]

impl Default for VkCmdProcessCommandsInfo[src]

impl Debug for VkCmdProcessCommandsInfo[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]