Skip to main content

PhysicalDevicePointClippingPropertiesKHR

Type Alias PhysicalDevicePointClippingPropertiesKHR 

Source
pub type PhysicalDevicePointClippingPropertiesKHR = PhysicalDevicePointClippingProperties;

Aliased Type§

#[repr(C)]
pub struct PhysicalDevicePointClippingPropertiesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub point_clipping_behavior: PointClippingBehavior, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES.

§p_next: *mut c_void

Optional, may be null.

§point_clipping_behavior: PointClippingBehavior