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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceDepthClipEnableFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceDepthClipEnableFeaturesEXT (VULKAN_HPP_NAMESPACE::Bool32 depthClipEnable_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceDepthClipEnableFeaturesEXT (PhysicalDeviceDepthClipEnableFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceDepthClipEnableFeaturesEXT (VkPhysicalDeviceDepthClipEnableFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDepthClipEnableFeaturesEXToperator= (PhysicalDeviceDepthClipEnableFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceDepthClipEnableFeaturesEXToperator= (VkPhysicalDeviceDepthClipEnableFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceDepthClipEnableFeaturesEXT
setPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceDepthClipEnableFeaturesEXT
setDepthClipEnable (VULKAN_HPP_NAMESPACE::Bool32 depthClipEnable_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDepthClipEnableFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDepthClipEnableFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceDepthClipEnableFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceDepthClipEnableFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceDepthClipEnableFeaturesEXT
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 depthClipEnable = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 53006 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT::PhysicalDeviceDepthClipEnableFeaturesEXT ( VULKAN_HPP_NAMESPACE::Bool32  depthClipEnable_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 53014 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT::PhysicalDeviceDepthClipEnableFeaturesEXT ( PhysicalDeviceDepthClipEnableFeaturesEXT const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT::PhysicalDeviceDepthClipEnableFeaturesEXT ( VkPhysicalDeviceDepthClipEnableFeaturesEXT const rhs)
inline

Definition at line 53023 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT::operator VkPhysicalDeviceDepthClipEnableFeaturesEXT & ( )
inline

Definition at line 53056 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT::operator VkPhysicalDeviceDepthClipEnableFeaturesEXT const & ( ) const
inline

Definition at line 53051 of file vulkan_structs.hpp.

PhysicalDeviceDepthClipEnableFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT::operator= ( PhysicalDeviceDepthClipEnableFeaturesEXT const rhs)
default
PhysicalDeviceDepthClipEnableFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT::operator= ( VkPhysicalDeviceDepthClipEnableFeaturesEXT const rhs)
inline

Definition at line 53031 of file vulkan_structs.hpp.

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

Definition at line 53076 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDepthClipEnableFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT::setDepthClipEnable ( VULKAN_HPP_NAMESPACE::Bool32  depthClipEnable_)
inline

Definition at line 53044 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDepthClipEnableFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT::setPNext ( void pNext_)
inline

Definition at line 53038 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 53010 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT::depthClipEnable = {}

Definition at line 53094 of file vulkan_structs.hpp.

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

Definition at line 53093 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT::structureType = StructureType::ePhysicalDeviceDepthClipEnableFeaturesEXT
static

Definition at line 53011 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT::sType = StructureType::ePhysicalDeviceDepthClipEnableFeaturesEXT

Definition at line 53092 of file vulkan_structs.hpp.


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