#[repr(C)]pub struct PhysicalDeviceFragmentShaderInterlockFeaturesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub fragment_shader_sample_interlock: Bool32,
pub fragment_shader_pixel_interlock: Bool32,
pub fragment_shader_shading_rate_interlock: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§fragment_shader_sample_interlock: Bool32
§fragment_shader_pixel_interlock: Bool32
§fragment_shader_shading_rate_interlock: Bool32
§_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, ) -> 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
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 copy of the value. Read more
1.0.0 · source§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<'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§
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