Struct ash::vk::PhysicalDeviceRayQueryFeaturesKHRBuilder  
source · #[repr(transparent)]pub struct PhysicalDeviceRayQueryFeaturesKHRBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceRayQueryFeaturesKHRBuilder<'a>
 
impl<'a> PhysicalDeviceRayQueryFeaturesKHRBuilder<'a>
pub fn ray_query(self, ray_query: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceRayQueryFeaturesKHR
 
pub fn build(self) -> PhysicalDeviceRayQueryFeaturesKHR
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.