Type Alias vulkanalia_sys::PhysicalDevicePointClippingPropertiesKHR
source · pub type PhysicalDevicePointClippingPropertiesKHR = PhysicalDevicePointClippingProperties;Expand description
Aliased Type§
struct PhysicalDevicePointClippingPropertiesKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub point_clipping_behavior: PointClippingBehavior,
}Fields§
§s_type: StructureType§next: *mut c_void§point_clipping_behavior: PointClippingBehavior