Type Alias VkPhysicalDevicePointClippingPropertiesKHR

Source
pub type VkPhysicalDevicePointClippingPropertiesKHR = VkPhysicalDevicePointClippingProperties;

Aliased Type§

#[repr(C)]
pub struct VkPhysicalDevicePointClippingPropertiesKHR { pub sType: u32, pub pNext: *mut c_void, pub pointClippingBehavior: i32, }

Fields§

§sType: u32§pNext: *mut c_void§pointClippingBehavior: i32