#[repr(transparent)]pub struct AccelerationStructureMemoryRequirementsInfoNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> AccelerationStructureMemoryRequirementsInfoNVBuilder<'a>
impl<'a> AccelerationStructureMemoryRequirementsInfoNVBuilder<'a>
pub fn ty(self, ty: AccelerationStructureMemoryRequirementsTypeNV) -> Self
pub fn acceleration_structure( self, acceleration_structure: AccelerationStructureNV ) -> Self
sourcepub fn build(self) -> AccelerationStructureMemoryRequirementsInfoNV
pub fn build(self) -> AccelerationStructureMemoryRequirementsInfoNV
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.