#[repr(C)]pub struct PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub tri_strip_vertex_order_independent_of_provoking_vertex: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§tri_strip_vertex_order_independent_of_provoking_vertex: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'a>
impl<'a> PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'a>
pub fn tri_strip_vertex_order_independent_of_provoking_vertex( self, tri_strip_vertex_order_independent_of_provoking_vertex: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'a>
impl<'a> Clone for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'a>
source§fn clone(&self) -> PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'a>
fn clone(&self) -> PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'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 PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'a>
impl<'a> Debug for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'a>
source§impl<'a> TaggedStructure for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'a>
impl<'a> TaggedStructure for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_FRAGMENT_SHADER_BARYCENTRIC_PROPERTIES_KHR
impl<'a> Copy for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'_>
impl Send for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'_>
impl Sync for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'a>
impl<'a> Unpin for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'a>
impl<'a> UnwindSafe for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR<'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