[][src]Struct ash::vk::PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder

#[repr(transparent)]pub struct PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a> { /* fields omitted */ }

Implementations

impl<'a> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>[src]

pub fn max_graphics_shader_group_count(
    self,
    max_graphics_shader_group_count: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]

pub fn max_indirect_sequence_count(
    self,
    max_indirect_sequence_count: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]

pub fn max_indirect_commands_token_count(
    self,
    max_indirect_commands_token_count: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]

pub fn max_indirect_commands_stream_count(
    self,
    max_indirect_commands_stream_count: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]

pub fn max_indirect_commands_token_offset(
    self,
    max_indirect_commands_token_offset: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]

pub fn max_indirect_commands_stream_stride(
    self,
    max_indirect_commands_stream_stride: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]

pub fn min_sequences_count_buffer_offset_alignment(
    self,
    min_sequences_count_buffer_offset_alignment: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]

pub fn min_sequences_index_buffer_offset_alignment(
    self,
    min_sequences_index_buffer_offset_alignment: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]

pub fn min_indirect_commands_buffer_offset_alignment(
    self,
    min_indirect_commands_buffer_offset_alignment: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]

pub fn build(self) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNV[src]

Calling build will discard all the lifetime information. Only call this if necessary! Builders implement Deref targeting their corresponding Vulkan struct, so references to builders can be passed directly to Vulkan functions.

Methods from Deref<Target = PhysicalDeviceDeviceGeneratedCommandsPropertiesNV>

Trait Implementations

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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

type Error = Infallible

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.