#[repr(C)]pub struct PhysicalDeviceFragmentShaderInterlockFeaturesEXT {
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,
}Expand description
VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT
Provided by VK_EXT_fragment_shader_interlock.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_INTERLOCK_FEATURES_EXT.
p_next: *mut c_voidOptional, may be null.
fragment_shader_sample_interlock: u32§fragment_shader_pixel_interlock: u32§fragment_shader_shading_rate_interlock: u32Implementations§
Source§impl PhysicalDeviceFragmentShaderInterlockFeaturesEXT
impl PhysicalDeviceFragmentShaderInterlockFeaturesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceFragmentShaderInterlockFeaturesEXT
impl Clone for PhysicalDeviceFragmentShaderInterlockFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceFragmentShaderInterlockFeaturesEXT
fn clone(&self) -> PhysicalDeviceFragmentShaderInterlockFeaturesEXT
Returns a duplicate 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 moreimpl Copy for PhysicalDeviceFragmentShaderInterlockFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceFragmentShaderInterlockFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceFragmentShaderInterlockFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceFragmentShaderInterlockFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceFragmentShaderInterlockFeaturesEXT
impl !Send for PhysicalDeviceFragmentShaderInterlockFeaturesEXT
impl !Sync for PhysicalDeviceFragmentShaderInterlockFeaturesEXT
impl Unpin for PhysicalDeviceFragmentShaderInterlockFeaturesEXT
impl UnsafeUnpin for PhysicalDeviceFragmentShaderInterlockFeaturesEXT
impl UnwindSafe for PhysicalDeviceFragmentShaderInterlockFeaturesEXT
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