VkPhysicalDeviceDepthClampZeroOneFeaturesEXT

Type Alias VkPhysicalDeviceDepthClampZeroOneFeaturesEXT 

Source
pub type VkPhysicalDeviceDepthClampZeroOneFeaturesEXT = VkPhysicalDeviceDepthClampZeroOneFeaturesKHR;

Aliased Type§

#[repr(C)]
pub struct VkPhysicalDeviceDepthClampZeroOneFeaturesEXT { pub sType: u32, pub pNext: *mut c_void, pub depthClampZeroOne: u32, }

Fields§

§sType: u32§pNext: *mut c_void§depthClampZeroOne: u32