pub type PhysicalDevicePointClippingPropertiesKHR = PhysicalDevicePointClippingProperties;

Aliased Type§

struct PhysicalDevicePointClippingPropertiesKHR {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub point_clipping_behavior: PointClippingBehavior,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§point_clipping_behavior: PointClippingBehavior