pub struct AccelerationStructureGeometryInstancesDataKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> AccelerationStructureGeometryInstancesDataKHRBuilder<'a>
impl<'a> AccelerationStructureGeometryInstancesDataKHRBuilder<'a>
pub fn array_of_pointers(self, array_of_pointers: bool) -> Self
pub fn data(self, data: DeviceOrHostAddressConstKHR) -> Self
sourcepub fn build(self) -> AccelerationStructureGeometryInstancesDataKHR
pub fn build(self) -> AccelerationStructureGeometryInstancesDataKHR
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.
Trait Implementations§
source§impl<'a> Deref for AccelerationStructureGeometryInstancesDataKHRBuilder<'a>
impl<'a> Deref for AccelerationStructureGeometryInstancesDataKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for AccelerationStructureGeometryInstancesDataKHRBuilder<'a>
impl<'a> RefUnwindSafe for AccelerationStructureGeometryInstancesDataKHRBuilder<'a>
impl<'a> !Send for AccelerationStructureGeometryInstancesDataKHRBuilder<'a>
impl<'a> !Sync for AccelerationStructureGeometryInstancesDataKHRBuilder<'a>
impl<'a> Unpin for AccelerationStructureGeometryInstancesDataKHRBuilder<'a>
impl<'a> UnwindSafe for AccelerationStructureGeometryInstancesDataKHRBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more