pub struct AccelerationStructureGeometryTrianglesDataKHRBuilder<'a> { /* private fields */ }Expand description
Builder for AccelerationStructureGeometryTrianglesDataKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> AccelerationStructureGeometryTrianglesDataKHRBuilder<'a>
impl<'a> AccelerationStructureGeometryTrianglesDataKHRBuilder<'a>
pub fn vertex_format(self, value: Format) -> Self
pub fn vertex_data(self, value: DeviceOrHostAddressConstKHR) -> Self
pub fn vertex_stride(self, value: u64) -> Self
pub fn max_vertex(self, value: u32) -> Self
pub fn index_type(self, value: IndexType) -> Self
pub fn index_data(self, value: DeviceOrHostAddressConstKHR) -> Self
pub fn transform_data(self, value: DeviceOrHostAddressConstKHR) -> Self
Sourcepub fn push_next<T: ExtendsAccelerationStructureGeometryTrianglesDataKHR>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsAccelerationStructureGeometryTrianglesDataKHR>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See AccelerationStructureGeometryTrianglesDataKHR’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for AccelerationStructureGeometryTrianglesDataKHRBuilder<'a>
impl<'a> Deref for AccelerationStructureGeometryTrianglesDataKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for AccelerationStructureGeometryTrianglesDataKHRBuilder<'a>
impl<'a> RefUnwindSafe for AccelerationStructureGeometryTrianglesDataKHRBuilder<'a>
impl<'a> !Send for AccelerationStructureGeometryTrianglesDataKHRBuilder<'a>
impl<'a> !Sync for AccelerationStructureGeometryTrianglesDataKHRBuilder<'a>
impl<'a> Unpin for AccelerationStructureGeometryTrianglesDataKHRBuilder<'a>
impl<'a> UnsafeUnpin for AccelerationStructureGeometryTrianglesDataKHRBuilder<'a>
impl<'a> UnwindSafe for AccelerationStructureGeometryTrianglesDataKHRBuilder<'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