pub struct PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
pub fn fragment_shader_sample_interlock( self, fragment_shader_sample_interlock: bool ) -> Self
pub fn fragment_shader_pixel_interlock( self, fragment_shader_pixel_interlock: bool ) -> Self
pub fn fragment_shader_shading_rate_interlock( self, fragment_shader_shading_rate_interlock: bool ) -> Self
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§
source§impl<'a> Deref for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'_>
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> 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