Type Alias PhysicalDeviceFragmentShaderBarycentricFeaturesNV

Source
pub type PhysicalDeviceFragmentShaderBarycentricFeaturesNV<'a> = PhysicalDeviceFragmentShaderBarycentricFeaturesKHR<'a>;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceFragmentShaderBarycentricFeaturesNV<'a> { pub s_type: StructureType, pub p_next: *mut c_void, pub fragment_shader_barycentric: u32, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *mut c_void§fragment_shader_barycentric: u32§_marker: PhantomData<&'a ()>