Struct ash::vk::BindShaderGroupIndirectCommandNVBuilder
source · #[repr(transparent)]pub struct BindShaderGroupIndirectCommandNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> BindShaderGroupIndirectCommandNVBuilder<'a>
impl<'a> BindShaderGroupIndirectCommandNVBuilder<'a>
pub fn group_index(self, group_index: u32) -> Self
sourcepub fn build(self) -> BindShaderGroupIndirectCommandNV
pub fn build(self) -> BindShaderGroupIndirectCommandNV
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.