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: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_ZERO_ONE_FEATURES_KHR.
p_next: *mut c_voidOptional, may be null.
depth_clamp_zero_one: u32