#[repr(C)]pub struct PhysicalDeviceFragmentShaderBarycentricPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub tri_strip_vertex_order_independent_of_provoking_vertex: u32,
}Expand description
VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR
Provided by VK_KHR_fragment_shader_barycentric.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_BARYCENTRIC_PROPERTIES_KHR.
p_next: *mut c_voidOptional, may be null.
tri_strip_vertex_order_independent_of_provoking_vertex: u32Implementations§
Source§impl PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
impl PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
Sourcepub fn builder<'a>() -> PhysicalDeviceFragmentShaderBarycentricPropertiesKHRBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceFragmentShaderBarycentricPropertiesKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
impl Clone for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
Source§fn clone(&self) -> PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
fn clone(&self) -> PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
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 PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
impl RefUnwindSafe for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
impl !Send for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
impl !Sync for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
impl Unpin for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
impl UnsafeUnpin for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
impl UnwindSafe for PhysicalDeviceFragmentShaderBarycentricPropertiesKHR
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