#[repr(transparent)]pub struct AccelerationStructureGeometryMotionTrianglesDataNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> AccelerationStructureGeometryMotionTrianglesDataNVBuilder<'a>
impl<'a> AccelerationStructureGeometryMotionTrianglesDataNVBuilder<'a>
pub fn vertex_data(self, vertex_data: DeviceOrHostAddressConstKHR) -> Self
sourcepub fn build(self) -> AccelerationStructureGeometryMotionTrianglesDataNV
pub fn build(self) -> AccelerationStructureGeometryMotionTrianglesDataNV
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.