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