Struct ash::vk::GeometryAABBNVBuilder
source · #[repr(transparent)]pub struct GeometryAABBNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> GeometryAABBNVBuilder<'a>
impl<'a> GeometryAABBNVBuilder<'a>
pub fn aabb_data(self, aabb_data: Buffer) -> Self
pub fn num_aab_bs(self, num_aab_bs: u32) -> Self
pub fn stride(self, stride: u32) -> Self
pub fn offset(self, offset: DeviceSize) -> Self
sourcepub fn build(self) -> GeometryAABBNV
pub fn build(self) -> GeometryAABBNV
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.