Skip to main content

PhysicalDeviceDepthClampZeroOneFeaturesEXT

Type Alias PhysicalDeviceDepthClampZeroOneFeaturesEXT 

Source
pub type PhysicalDeviceDepthClampZeroOneFeaturesEXT = PhysicalDeviceDepthClampZeroOneFeaturesKHR;

Aliased Type§

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

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_ZERO_ONE_FEATURES_KHR.

§p_next: *mut c_void

Optional, may be null.

§depth_clamp_zero_one: u32