HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::PhysicalDevicePointClippingProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDevicePointClippingProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDevicePointClippingProperties (VULKAN_HPP_NAMESPACE::PointClippingBehavior pointClippingBehavior_=VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDevicePointClippingProperties
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::PointClippingBehavior pointClippingBehavior = VULKAN_HPP_NAMESPACE::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 65813 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 65821 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDevicePointClippingProperties::PhysicalDevicePointClippingProperties ( PhysicalDevicePointClippingProperties const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDevicePointClippingProperties::PhysicalDevicePointClippingProperties ( VkPhysicalDevicePointClippingProperties const rhs)
inline

Definition at line 65831 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 65850 of file vulkan_structs.hpp.

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

Definition at line 65845 of file vulkan_structs.hpp.

PhysicalDevicePointClippingProperties& VULKAN_HPP_NAMESPACE::PhysicalDevicePointClippingProperties::operator= ( PhysicalDevicePointClippingProperties const rhs)
default
PhysicalDevicePointClippingProperties& VULKAN_HPP_NAMESPACE::PhysicalDevicePointClippingProperties::operator= ( VkPhysicalDevicePointClippingProperties const rhs)
inline

Definition at line 65839 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::PhysicalDevicePointClippingProperties::operator== ( PhysicalDevicePointClippingProperties const rhs) const
inline

Definition at line 65870 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 65817 of file vulkan_structs.hpp.

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

Definition at line 65887 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PointClippingBehavior VULKAN_HPP_NAMESPACE::PhysicalDevicePointClippingProperties::pointClippingBehavior = VULKAN_HPP_NAMESPACE::PointClippingBehavior::eAllClipPlanes

Definition at line 65888 of file vulkan_structs.hpp.

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

Definition at line 65818 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDevicePointClippingProperties::sType = StructureType::ePhysicalDevicePointClippingProperties

Definition at line 65886 of file vulkan_structs.hpp.


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