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