#[repr(transparent)]pub struct PhysicalDeviceAccelerationStructureFeaturesKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceAccelerationStructureFeaturesKHRBuilder<'a>
impl<'a> PhysicalDeviceAccelerationStructureFeaturesKHRBuilder<'a>
pub fn acceleration_structure(self, acceleration_structure: bool) -> Self
pub fn acceleration_structure_capture_replay( self, acceleration_structure_capture_replay: bool ) -> Self
pub fn acceleration_structure_indirect_build( self, acceleration_structure_indirect_build: bool ) -> Self
pub fn acceleration_structure_host_commands( self, acceleration_structure_host_commands: bool ) -> Self
pub fn descriptor_binding_acceleration_structure_update_after_bind( self, descriptor_binding_acceleration_structure_update_after_bind: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceAccelerationStructureFeaturesKHR
pub fn build(self) -> PhysicalDeviceAccelerationStructureFeaturesKHR
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.