pub struct PhysicalDeviceRayQueryFeaturesKHRBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceRayQueryFeaturesKHRBuilder<'a>
impl<'a> PhysicalDeviceRayQueryFeaturesKHRBuilder<'a>
pub fn ray_query(
self,
ray_query: bool
) -> PhysicalDeviceRayQueryFeaturesKHRBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceRayQueryFeaturesKHRBuilder<'a>
impl<'a> Deref for PhysicalDeviceRayQueryFeaturesKHRBuilder<'a>
§type Target = PhysicalDeviceRayQueryFeaturesKHR
type Target = PhysicalDeviceRayQueryFeaturesKHR
The resulting type after dereferencing.