Skip to main content

PhysicalDeviceDepthClampZeroOneFeaturesEXT

Type Alias PhysicalDeviceDepthClampZeroOneFeaturesEXT 

Source
pub type PhysicalDeviceDepthClampZeroOneFeaturesEXT<'a> = PhysicalDeviceDepthClampZeroOneFeaturesKHR<'a>;

Aliased Type§

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

Fields§

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