Vulkan-Hpp
vk::PhysicalDevicePointClippingProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDevicePointClippingProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDevicePointClippingProperties (vk::PointClippingBehavior pointClippingBehavior_=vk::PointClippingBehavior::eAllClipPlanes, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDevicePointClippingProperties (PhysicalDevicePointClippingProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDevicePointClippingProperties (VkPhysicalDevicePointClippingProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDevicePointClippingPropertiesoperator= (PhysicalDevicePointClippingProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDevicePointClippingPropertiesoperator= (VkPhysicalDevicePointClippingProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevicePointClippingProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevicePointClippingProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDevicePointClippingProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDevicePointClippingProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDevicePointClippingProperties
 
void * pNext = {}
 
vk::PointClippingBehavior pointClippingBehavior = vk::PointClippingBehavior::eAllClipPlanes
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevicePointClippingProperties
 

Detailed Description

Definition at line 75977 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDevicePointClippingProperties() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDevicePointClippingProperties::PhysicalDevicePointClippingProperties ( vk::PointClippingBehavior  pointClippingBehavior_ = vk::PointClippingBehavior::eAllClipPlanes,
void *  pNext_ = nullptr 
)
inline

Definition at line 75985 of file vulkan_structs.hpp.

◆ PhysicalDevicePointClippingProperties() [2/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDevicePointClippingProperties::PhysicalDevicePointClippingProperties ( PhysicalDevicePointClippingProperties const &  rhs)
default

◆ PhysicalDevicePointClippingProperties() [3/3]

vk::PhysicalDevicePointClippingProperties::PhysicalDevicePointClippingProperties ( VkPhysicalDevicePointClippingProperties const &  rhs)
inline

Definition at line 75995 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDevicePointClippingProperties &()

vk::PhysicalDevicePointClippingProperties::operator VkPhysicalDevicePointClippingProperties & ( )
inline

Definition at line 76014 of file vulkan_structs.hpp.

◆ operator VkPhysicalDevicePointClippingProperties const &()

vk::PhysicalDevicePointClippingProperties::operator VkPhysicalDevicePointClippingProperties const & ( ) const
inline

Definition at line 76009 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::PhysicalDevicePointClippingProperties::operator!= ( PhysicalDevicePointClippingProperties const &  rhs) const
inline

Definition at line 76043 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PhysicalDevicePointClippingProperties& vk::PhysicalDevicePointClippingProperties::operator= ( PhysicalDevicePointClippingProperties const &  rhs)
default

◆ operator=() [2/2]

PhysicalDevicePointClippingProperties& vk::PhysicalDevicePointClippingProperties::operator= ( VkPhysicalDevicePointClippingProperties const &  rhs)
inline

Definition at line 76003 of file vulkan_structs.hpp.

◆ operator==()

bool vk::PhysicalDevicePointClippingProperties::operator== ( PhysicalDevicePointClippingProperties const &  rhs) const
inline

Definition at line 76034 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::PhysicalDevicePointClippingProperties::allowDuplicate = false
static

Definition at line 75981 of file vulkan_structs.hpp.

◆ pNext

void* vk::PhysicalDevicePointClippingProperties::pNext = {}

Definition at line 76051 of file vulkan_structs.hpp.

◆ pointClippingBehavior

vk::PointClippingBehavior vk::PhysicalDevicePointClippingProperties::pointClippingBehavior = vk::PointClippingBehavior::eAllClipPlanes

Definition at line 76052 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDevicePointClippingProperties::structureType = StructureType::ePhysicalDevicePointClippingProperties
static

Definition at line 75982 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDevicePointClippingProperties::sType = StructureType::ePhysicalDevicePointClippingProperties

Definition at line 76050 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: