#[repr(C)]pub struct PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub fragment_shader_sample_interlock: u32,
pub fragment_shader_pixel_interlock: u32,
pub fragment_shader_shading_rate_interlock: u32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§fragment_shader_sample_interlock: u32§fragment_shader_pixel_interlock: u32§fragment_shader_shading_rate_interlock: u32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
impl<'a> PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
pub fn fragment_shader_sample_interlock( self, fragment_shader_sample_interlock: bool, ) -> PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
pub fn fragment_shader_pixel_interlock( self, fragment_shader_pixel_interlock: bool, ) -> PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
pub fn fragment_shader_shading_rate_interlock( self, fragment_shader_shading_rate_interlock: bool, ) -> PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
Trait Implementations§
Source§impl<'a> Clone for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
impl<'a> Clone for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
Source§fn clone(&self) -> PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
fn clone(&self) -> PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
impl<'a> Debug for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
Source§impl Default for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'_>
impl Default for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'_>
Source§fn default() -> PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'_>
fn default() -> PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'_>
Returns the “default value” for a type. Read more
Source§impl<'a> TaggedStructure for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_FRAGMENT_SHADER_INTERLOCK_FEATURES_EXT
impl<'a> Copy for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'_>
impl Send for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'_>
impl Sync for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
impl<'a> Unpin for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)