#[repr(transparent)]pub struct PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
pub fn fragment_shader_sample_interlock(
self,
fragment_shader_sample_interlock: bool
) -> PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
pub fn fragment_shader_pixel_interlock(
self,
fragment_shader_pixel_interlock: bool
) -> PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
pub fn fragment_shader_shading_rate_interlock(
self,
fragment_shader_shading_rate_interlock: bool
) -> PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceFragmentShaderInterlockFeaturesEXT
pub fn build(self) -> PhysicalDeviceFragmentShaderInterlockFeaturesEXT
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
sourceimpl<'a> Deref for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
type Target = PhysicalDeviceFragmentShaderInterlockFeaturesEXT
type Target = PhysicalDeviceFragmentShaderInterlockFeaturesEXT
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'_>
Auto Trait Implementations
impl<'a> RefUnwindSafe for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more