ash::vk

Type Alias PhysicalDevicePointClippingPropertiesKHR

Source
pub type PhysicalDevicePointClippingPropertiesKHR<'a> = PhysicalDevicePointClippingProperties<'a>;

Aliased Type§

struct PhysicalDevicePointClippingPropertiesKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub point_clipping_behavior: PointClippingBehavior,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§point_clipping_behavior: PointClippingBehavior§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> PhysicalDevicePointClippingProperties<'a>

Source

pub fn point_clipping_behavior( self, point_clipping_behavior: PointClippingBehavior, ) -> Self

Trait Implementations

Source§

impl<'a> Clone for PhysicalDevicePointClippingProperties<'a>

Source§

fn clone(&self) -> PhysicalDevicePointClippingProperties<'a>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<'a> Debug for PhysicalDevicePointClippingProperties<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for PhysicalDevicePointClippingProperties<'_>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<'a> TaggedStructure for PhysicalDevicePointClippingProperties<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES

Source§

impl<'a> Copy for PhysicalDevicePointClippingProperties<'a>

Source§

impl ExtendsPhysicalDeviceProperties2 for PhysicalDevicePointClippingProperties<'_>

Source§

impl Send for PhysicalDevicePointClippingProperties<'_>

Source§

impl Sync for PhysicalDevicePointClippingProperties<'_>