PhysicalDeviceDepthClampZeroOneFeaturesEXT

Type Alias PhysicalDeviceDepthClampZeroOneFeaturesEXT 

Source
pub type PhysicalDeviceDepthClampZeroOneFeaturesEXT = PhysicalDeviceDepthClampZeroOneFeaturesKHR;
Expand description

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceDepthClampZeroOneFeaturesEXT { pub s_type: StructureType, pub next: *mut c_void, pub depth_clamp_zero_one: u32, }

Fields§

§s_type: StructureType§next: *mut c_void§depth_clamp_zero_one: u32