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