[−][src]Struct ash::vk::PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder
Methods
impl<'a> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]
pub fn max_graphics_shader_group_count(
self,
max_graphics_shader_group_count: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]
self,
max_graphics_shader_group_count: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn max_indirect_sequence_count(
self,
max_indirect_sequence_count: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]
self,
max_indirect_sequence_count: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn max_indirect_commands_token_count(
self,
max_indirect_commands_token_count: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]
self,
max_indirect_commands_token_count: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn max_indirect_commands_stream_count(
self,
max_indirect_commands_stream_count: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]
self,
max_indirect_commands_stream_count: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn max_indirect_commands_token_offset(
self,
max_indirect_commands_token_offset: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]
self,
max_indirect_commands_token_offset: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn max_indirect_commands_stream_stride(
self,
max_indirect_commands_stream_stride: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]
self,
max_indirect_commands_stream_stride: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn min_sequences_count_buffer_offset_alignment(
self,
min_sequences_count_buffer_offset_alignment: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]
self,
min_sequences_count_buffer_offset_alignment: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn min_sequences_index_buffer_offset_alignment(
self,
min_sequences_index_buffer_offset_alignment: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]
self,
min_sequences_index_buffer_offset_alignment: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn min_indirect_commands_buffer_offset_alignment(
self,
min_indirect_commands_buffer_offset_alignment: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]
self,
min_indirect_commands_buffer_offset_alignment: u32
) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
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
impl<'a> Deref for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]
type Target = PhysicalDeviceDeviceGeneratedCommandsPropertiesNV
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl<'a> DerefMut for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
[src]
impl<'_> ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'_>
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
impl<'a> !Send for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
impl<'a> !Sync for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
impl<'a> Unpin for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,