Struct ash::vk::GeometryNVBuilder
source · #[repr(transparent)]pub struct GeometryNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> GeometryNVBuilder<'a>
impl<'a> GeometryNVBuilder<'a>
pub fn geometry_type(self, geometry_type: GeometryTypeKHR) -> Self
pub fn geometry(self, geometry: GeometryDataNV) -> Self
pub fn flags(self, flags: GeometryFlagsKHR) -> Self
sourcepub fn build(self) -> GeometryNV
pub fn build(self) -> GeometryNV
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.