Struct ash::vk::IndirectCommandsLayoutCreateInfoNVBuilder
source · #[repr(transparent)]pub struct IndirectCommandsLayoutCreateInfoNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
pub fn flags(self, flags: IndirectCommandsLayoutUsageFlagsNV) -> Self
pub fn pipeline_bind_point(self, pipeline_bind_point: PipelineBindPoint) -> Self
pub fn tokens(self, tokens: &'a [IndirectCommandsLayoutTokenNV]) -> Self
pub fn stream_strides(self, stream_strides: &'a [u32]) -> Self
sourcepub fn build(self) -> IndirectCommandsLayoutCreateInfoNV
pub fn build(self) -> IndirectCommandsLayoutCreateInfoNV
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.