Vulkan-Hpp
vk::PhysicalDeviceDepthClipControlFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceDepthClipControlFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceDepthClipControlFeaturesEXT (vk::Bool32 depthClipControl_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceDepthClipControlFeaturesEXT (PhysicalDeviceDepthClipControlFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceDepthClipControlFeaturesEXT (VkPhysicalDeviceDepthClipControlFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDepthClipControlFeaturesEXToperator= (PhysicalDeviceDepthClipControlFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceDepthClipControlFeaturesEXToperator= (VkPhysicalDeviceDepthClipControlFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDepthClipControlFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDepthClipControlFeaturesEXTsetDepthClipControl (vk::Bool32 depthClipControl_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDepthClipControlFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDepthClipControlFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceDepthClipControlFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceDepthClipControlFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceDepthClipControlFeaturesEXT
 
void * pNext = {}
 
vk::Bool32 depthClipControl = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 60342 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceDepthClipControlFeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceDepthClipControlFeaturesEXT::PhysicalDeviceDepthClipControlFeaturesEXT ( vk::Bool32  depthClipControl_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 60350 of file vulkan_structs.hpp.

◆ PhysicalDeviceDepthClipControlFeaturesEXT() [2/3]

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

◆ PhysicalDeviceDepthClipControlFeaturesEXT() [3/3]

vk::PhysicalDeviceDepthClipControlFeaturesEXT::PhysicalDeviceDepthClipControlFeaturesEXT ( VkPhysicalDeviceDepthClipControlFeaturesEXT const &  rhs)
inline

Definition at line 60359 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceDepthClipControlFeaturesEXT &()

vk::PhysicalDeviceDepthClipControlFeaturesEXT::operator VkPhysicalDeviceDepthClipControlFeaturesEXT & ( )
inline

Definition at line 60393 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceDepthClipControlFeaturesEXT const &()

vk::PhysicalDeviceDepthClipControlFeaturesEXT::operator VkPhysicalDeviceDepthClipControlFeaturesEXT const & ( ) const
inline

Definition at line 60388 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 60422 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceDepthClipControlFeaturesEXT& vk::PhysicalDeviceDepthClipControlFeaturesEXT::operator= ( VkPhysicalDeviceDepthClipControlFeaturesEXT const &  rhs)
inline

Definition at line 60367 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 60413 of file vulkan_structs.hpp.

◆ setDepthClipControl()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDepthClipControlFeaturesEXT& vk::PhysicalDeviceDepthClipControlFeaturesEXT::setDepthClipControl ( vk::Bool32  depthClipControl_)
inline

Definition at line 60381 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 60374 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 60346 of file vulkan_structs.hpp.

◆ depthClipControl

vk::Bool32 vk::PhysicalDeviceDepthClipControlFeaturesEXT::depthClipControl = {}

Definition at line 60431 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 60430 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceDepthClipControlFeaturesEXT::structureType = StructureType::ePhysicalDeviceDepthClipControlFeaturesEXT
static

Definition at line 60347 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceDepthClipControlFeaturesEXT::sType = StructureType::ePhysicalDeviceDepthClipControlFeaturesEXT

Definition at line 60429 of file vulkan_structs.hpp.


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