Struct vulkanalia::vk::PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder[][src]

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

Implementations

impl PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder[src]

pub fn max_graphics_shader_group_count(
    self,
    max_graphics_shader_group_count: u32
) -> Self
[src]

pub fn max_indirect_sequence_count(
    self,
    max_indirect_sequence_count: u32
) -> Self
[src]

pub fn max_indirect_commands_token_count(
    self,
    max_indirect_commands_token_count: u32
) -> Self
[src]

pub fn max_indirect_commands_stream_count(
    self,
    max_indirect_commands_stream_count: u32
) -> Self
[src]

pub fn max_indirect_commands_token_offset(
    self,
    max_indirect_commands_token_offset: u32
) -> Self
[src]

pub fn max_indirect_commands_stream_stride(
    self,
    max_indirect_commands_stream_stride: u32
) -> Self
[src]

pub fn min_sequences_count_buffer_offset_alignment(
    self,
    min_sequences_count_buffer_offset_alignment: u32
) -> Self
[src]

pub fn min_sequences_index_buffer_offset_alignment(
    self,
    min_sequences_index_buffer_offset_alignment: u32
) -> Self
[src]

pub fn min_indirect_commands_buffer_offset_alignment(
    self,
    min_indirect_commands_buffer_offset_alignment: u32
) -> Self
[src]

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

Trait Implementations

impl Cast for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder[src]

type Target = PhysicalDeviceDeviceGeneratedCommandsPropertiesNV

The other type this type type can be used interchangeably with in FFI.

impl Clone for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder[src]

impl Copy for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder[src]

impl Debug for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder[src]

impl Default for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder[src]

impl Deref for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder[src]

type Target = PhysicalDeviceDeviceGeneratedCommandsPropertiesNV

The resulting type after dereferencing.

impl DerefMut for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder[src]

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> 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 = 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.