Vulkan-Hpp
vk::SamplerCustomBorderColorCreateInfoEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSamplerCustomBorderColorCreateInfoEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 SamplerCustomBorderColorCreateInfoEXT (vk::ClearColorValue customBorderColor_={}, vk::Format format_=vk::Format::eUndefined, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SamplerCustomBorderColorCreateInfoEXT (SamplerCustomBorderColorCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SamplerCustomBorderColorCreateInfoEXT (VkSamplerCustomBorderColorCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
SamplerCustomBorderColorCreateInfoEXToperator= (SamplerCustomBorderColorCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SamplerCustomBorderColorCreateInfoEXToperator= (VkSamplerCustomBorderColorCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SamplerCustomBorderColorCreateInfoEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SamplerCustomBorderColorCreateInfoEXTsetCustomBorderColor (vk::ClearColorValue const &customBorderColor_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SamplerCustomBorderColorCreateInfoEXTsetFormat (vk::Format format_) VULKAN_HPP_NOEXCEPT
 
 operator VkSamplerCustomBorderColorCreateInfoEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSamplerCustomBorderColorCreateInfoEXT & () VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eSamplerCustomBorderColorCreateInfoEXT
 
const void * pNext = {}
 
vk::ClearColorValue customBorderColor = {}
 
vk::Format format = vk::Format::eUndefined
 

Static Public Attributes

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

Detailed Description

Definition at line 104756 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SamplerCustomBorderColorCreateInfoEXT() [1/3]

VULKAN_HPP_CONSTEXPR_14 vk::SamplerCustomBorderColorCreateInfoEXT::SamplerCustomBorderColorCreateInfoEXT ( vk::ClearColorValue  customBorderColor_ = {},
vk::Format  format_ = vk::Format::eUndefined,
const void *  pNext_ = nullptr 
)
inline

Definition at line 104764 of file vulkan_structs.hpp.

◆ SamplerCustomBorderColorCreateInfoEXT() [2/3]

VULKAN_HPP_CONSTEXPR_14 vk::SamplerCustomBorderColorCreateInfoEXT::SamplerCustomBorderColorCreateInfoEXT ( SamplerCustomBorderColorCreateInfoEXT const &  rhs)
default

◆ SamplerCustomBorderColorCreateInfoEXT() [3/3]

vk::SamplerCustomBorderColorCreateInfoEXT::SamplerCustomBorderColorCreateInfoEXT ( VkSamplerCustomBorderColorCreateInfoEXT const &  rhs)
inline

Definition at line 104775 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSamplerCustomBorderColorCreateInfoEXT &()

vk::SamplerCustomBorderColorCreateInfoEXT::operator VkSamplerCustomBorderColorCreateInfoEXT & ( )
inline

Definition at line 104815 of file vulkan_structs.hpp.

◆ operator VkSamplerCustomBorderColorCreateInfoEXT const &()

vk::SamplerCustomBorderColorCreateInfoEXT::operator VkSamplerCustomBorderColorCreateInfoEXT const & ( ) const
inline

Definition at line 104810 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

SamplerCustomBorderColorCreateInfoEXT& vk::SamplerCustomBorderColorCreateInfoEXT::operator= ( VkSamplerCustomBorderColorCreateInfoEXT const &  rhs)
inline

Definition at line 104783 of file vulkan_structs.hpp.

◆ setCustomBorderColor()

VULKAN_HPP_CONSTEXPR_14 SamplerCustomBorderColorCreateInfoEXT& vk::SamplerCustomBorderColorCreateInfoEXT::setCustomBorderColor ( vk::ClearColorValue const &  customBorderColor_)
inline

Definition at line 104797 of file vulkan_structs.hpp.

◆ setFormat()

VULKAN_HPP_CONSTEXPR_14 SamplerCustomBorderColorCreateInfoEXT& vk::SamplerCustomBorderColorCreateInfoEXT::setFormat ( vk::Format  format_)
inline

Definition at line 104803 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 SamplerCustomBorderColorCreateInfoEXT& vk::SamplerCustomBorderColorCreateInfoEXT::setPNext ( const void *  pNext_)
inline

Definition at line 104790 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 104760 of file vulkan_structs.hpp.

◆ customBorderColor

vk::ClearColorValue vk::SamplerCustomBorderColorCreateInfoEXT::customBorderColor = {}

Definition at line 104838 of file vulkan_structs.hpp.

◆ format

vk::Format vk::SamplerCustomBorderColorCreateInfoEXT::format = vk::Format::eUndefined

Definition at line 104839 of file vulkan_structs.hpp.

◆ pNext

const void* vk::SamplerCustomBorderColorCreateInfoEXT::pNext = {}

Definition at line 104837 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::SamplerCustomBorderColorCreateInfoEXT::structureType = StructureType::eSamplerCustomBorderColorCreateInfoEXT
static

Definition at line 104761 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::SamplerCustomBorderColorCreateInfoEXT::sType = StructureType::eSamplerCustomBorderColorCreateInfoEXT

Definition at line 104836 of file vulkan_structs.hpp.


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