Vulkan-Hpp
vk::PhysicalDeviceDepthClipEnableFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceDepthClipEnableFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceDepthClipEnableFeaturesEXT (vk::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 PhysicalDeviceDepthClipEnableFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDepthClipEnableFeaturesEXTsetDepthClipEnable (vk::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

vk::StructureType sType = StructureType::ePhysicalDeviceDepthClipEnableFeaturesEXT
 
void * pNext = {}
 
vk::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 60440 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceDepthClipEnableFeaturesEXT() [1/3]

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

Definition at line 60448 of file vulkan_structs.hpp.

◆ PhysicalDeviceDepthClipEnableFeaturesEXT() [2/3]

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

◆ PhysicalDeviceDepthClipEnableFeaturesEXT() [3/3]

vk::PhysicalDeviceDepthClipEnableFeaturesEXT::PhysicalDeviceDepthClipEnableFeaturesEXT ( VkPhysicalDeviceDepthClipEnableFeaturesEXT const &  rhs)
inline

Definition at line 60457 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceDepthClipEnableFeaturesEXT &()

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

Definition at line 60490 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceDepthClipEnableFeaturesEXT const &()

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

Definition at line 60485 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 60519 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceDepthClipEnableFeaturesEXT& vk::PhysicalDeviceDepthClipEnableFeaturesEXT::operator= ( VkPhysicalDeviceDepthClipEnableFeaturesEXT const &  rhs)
inline

Definition at line 60465 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 60510 of file vulkan_structs.hpp.

◆ setDepthClipEnable()

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

Definition at line 60478 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDepthClipEnableFeaturesEXT& vk::PhysicalDeviceDepthClipEnableFeaturesEXT::setPNext ( void *  pNext_)
inline

Definition at line 60472 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 60444 of file vulkan_structs.hpp.

◆ depthClipEnable

vk::Bool32 vk::PhysicalDeviceDepthClipEnableFeaturesEXT::depthClipEnable = {}

Definition at line 60528 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 60527 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 60445 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceDepthClipEnableFeaturesEXT::sType = StructureType::ePhysicalDeviceDepthClipEnableFeaturesEXT

Definition at line 60526 of file vulkan_structs.hpp.


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