pub struct PhysicalDeviceFragmentShaderBarycentricPropertiesKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceFragmentShaderBarycentricPropertiesKHRBuilder<'a>
impl<'a> PhysicalDeviceFragmentShaderBarycentricPropertiesKHRBuilder<'a>
pub fn tri_strip_vertex_order_independent_of_provoking_vertex( self, tri_strip_vertex_order_independent_of_provoking_vertex: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
pub fn build(self) -> PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
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 PhysicalDeviceFragmentShaderBarycentricPropertiesKHRBuilder<'a>
impl<'a> Deref for PhysicalDeviceFragmentShaderBarycentricPropertiesKHRBuilder<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentShaderBarycentricPropertiesKHRBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceFragmentShaderBarycentricPropertiesKHRBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceFragmentShaderBarycentricPropertiesKHRBuilder<'a>
impl<'a> !Send for PhysicalDeviceFragmentShaderBarycentricPropertiesKHRBuilder<'a>
impl<'a> !Sync for PhysicalDeviceFragmentShaderBarycentricPropertiesKHRBuilder<'a>
impl<'a> Unpin for PhysicalDeviceFragmentShaderBarycentricPropertiesKHRBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceFragmentShaderBarycentricPropertiesKHRBuilder<'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