pub type PhysicalDevicePointClippingPropertiesKHR = PhysicalDevicePointClippingProperties;Aliased Type§
#[repr(C)]pub struct PhysicalDevicePointClippingPropertiesKHR {
pub sType: i32,
pub pNext: *mut c_void,
pub pointClippingBehavior: i32,
}Fields§
§sType: i32§pNext: *mut c_void§pointClippingBehavior: i32