pub struct PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceFragmentShaderInterlockFeaturesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
pub fn fragment_shader_sample_interlock(self, value: bool) -> Self
pub fn fragment_shader_pixel_interlock(self, value: bool) -> Self
pub fn fragment_shader_shading_rate_interlock(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceFragmentShaderInterlockFeaturesEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceFragmentShaderInterlockFeaturesEXT>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceFragmentShaderInterlockFeaturesEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
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> UnsafeUnpin for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more