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