Vulkan-Hpp
vk::PhysicalDeviceCustomBorderColorPropertiesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceCustomBorderColorPropertiesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceCustomBorderColorPropertiesEXT (uint32_t maxCustomBorderColorSamplers_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceCustomBorderColorPropertiesEXT (PhysicalDeviceCustomBorderColorPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceCustomBorderColorPropertiesEXT (VkPhysicalDeviceCustomBorderColorPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceCustomBorderColorPropertiesEXToperator= (PhysicalDeviceCustomBorderColorPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceCustomBorderColorPropertiesEXToperator= (VkPhysicalDeviceCustomBorderColorPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceCustomBorderColorPropertiesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceCustomBorderColorPropertiesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceCustomBorderColorPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceCustomBorderColorPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceCustomBorderColorPropertiesEXT
 
void * pNext = {}
 
uint32_t maxCustomBorderColorSamplers = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 59926 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceCustomBorderColorPropertiesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceCustomBorderColorPropertiesEXT::PhysicalDeviceCustomBorderColorPropertiesEXT ( uint32_t  maxCustomBorderColorSamplers_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 59934 of file vulkan_structs.hpp.

◆ PhysicalDeviceCustomBorderColorPropertiesEXT() [2/3]

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

◆ PhysicalDeviceCustomBorderColorPropertiesEXT() [3/3]

vk::PhysicalDeviceCustomBorderColorPropertiesEXT::PhysicalDeviceCustomBorderColorPropertiesEXT ( VkPhysicalDeviceCustomBorderColorPropertiesEXT const &  rhs)
inline

Definition at line 59943 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceCustomBorderColorPropertiesEXT &()

vk::PhysicalDeviceCustomBorderColorPropertiesEXT::operator VkPhysicalDeviceCustomBorderColorPropertiesEXT & ( )
inline

Definition at line 59962 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceCustomBorderColorPropertiesEXT const &()

vk::PhysicalDeviceCustomBorderColorPropertiesEXT::operator VkPhysicalDeviceCustomBorderColorPropertiesEXT const & ( ) const
inline

Definition at line 59957 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 59991 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceCustomBorderColorPropertiesEXT& vk::PhysicalDeviceCustomBorderColorPropertiesEXT::operator= ( VkPhysicalDeviceCustomBorderColorPropertiesEXT const &  rhs)
inline

Definition at line 59951 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 59982 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 59930 of file vulkan_structs.hpp.

◆ maxCustomBorderColorSamplers

uint32_t vk::PhysicalDeviceCustomBorderColorPropertiesEXT::maxCustomBorderColorSamplers = {}

Definition at line 60000 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 59999 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceCustomBorderColorPropertiesEXT::structureType = StructureType::ePhysicalDeviceCustomBorderColorPropertiesEXT
static

Definition at line 59931 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceCustomBorderColorPropertiesEXT::sType = StructureType::ePhysicalDeviceCustomBorderColorPropertiesEXT

Definition at line 59998 of file vulkan_structs.hpp.


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