SDL  2.0
VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT Struct Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT:

Public Member Functions

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

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eSamplerCustomBorderColorCreateInfoEXT
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::ClearColorValue customBorderColor = {}
 
VULKAN_HPP_NAMESPACE::Format format = VULKAN_HPP_NAMESPACE::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 77274 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ SamplerCustomBorderColorCreateInfoEXT() [1/3]

VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT::SamplerCustomBorderColorCreateInfoEXT ( VULKAN_HPP_NAMESPACE::ClearColorValue  customBorderColor_ = {},
VULKAN_HPP_NAMESPACE::Format  format_ = VULKAN_HPP_NAMESPACE::Format::eUndefined 
)
inline

Definition at line 77280 of file vulkan.hpp.

77281  : customBorderColor( customBorderColor_ ), format( format_ )
77282  {}
VULKAN_HPP_NAMESPACE::ClearColorValue customBorderColor
Definition: vulkan.hpp:77339
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ SamplerCustomBorderColorCreateInfoEXT() [2/3]

VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT::SamplerCustomBorderColorCreateInfoEXT ( SamplerCustomBorderColorCreateInfoEXT const &  rhs)
default

◆ SamplerCustomBorderColorCreateInfoEXT() [3/3]

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

Definition at line 77286 of file vulkan.hpp.

77287  {
77288  *this = rhs;
77289  }

Member Function Documentation

◆ operator VkSamplerCustomBorderColorCreateInfoEXT &()

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

Definition at line 77328 of file vulkan.hpp.

77329  {
77330  return *reinterpret_cast<VkSamplerCustomBorderColorCreateInfoEXT*>( this );
77331  }

◆ operator VkSamplerCustomBorderColorCreateInfoEXT const &()

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

Definition at line 77323 of file vulkan.hpp.

77324  {
77325  return *reinterpret_cast<const VkSamplerCustomBorderColorCreateInfoEXT*>( this );
77326  }

◆ operator=() [1/2]

SamplerCustomBorderColorCreateInfoEXT& VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT::operator= ( SamplerCustomBorderColorCreateInfoEXT const &  rhs)
inline

Definition at line 77298 of file vulkan.hpp.

77299  {
77300  memcpy( static_cast<void *>( this ), &rhs, sizeof( SamplerCustomBorderColorCreateInfoEXT ) );
77301  return *this;
77302  }
#define memcpy
Definition: SDL_malloc.c:630
SamplerCustomBorderColorCreateInfoEXT(VULKAN_HPP_NAMESPACE::ClearColorValue customBorderColor_={}, VULKAN_HPP_NAMESPACE::Format format_=VULKAN_HPP_NAMESPACE::Format::eUndefined) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:77280

References memcpy.

◆ operator=() [2/2]

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

Definition at line 77292 of file vulkan.hpp.

77293  {
77294  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT const *>( &rhs );
77295  return *this;
77296  }

◆ setCustomBorderColor()

SamplerCustomBorderColorCreateInfoEXT& VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT::setCustomBorderColor ( VULKAN_HPP_NAMESPACE::ClearColorValue const &  customBorderColor_)
inline

Definition at line 77310 of file vulkan.hpp.

77311  {
77312  customBorderColor = customBorderColor_;
77313  return *this;
77314  }

◆ setFormat()

SamplerCustomBorderColorCreateInfoEXT& VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT::setFormat ( VULKAN_HPP_NAMESPACE::Format  format_)
inline

Definition at line 77316 of file vulkan.hpp.

77317  {
77318  format = format_;
77319  return *this;
77320  }
GLint GLint GLsizei GLsizei GLsizei GLint GLenum format
Definition: SDL_opengl.h:1572

◆ setPNext()

SamplerCustomBorderColorCreateInfoEXT& VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT::setPNext ( const void pNext_)
inline

Definition at line 77304 of file vulkan.hpp.

77305  {
77306  pNext = pNext_;
77307  return *this;
77308  }

Field Documentation

◆ allowDuplicate

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

Definition at line 77276 of file vulkan.hpp.

◆ customBorderColor

VULKAN_HPP_NAMESPACE::ClearColorValue VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT::customBorderColor = {}

Definition at line 77339 of file vulkan.hpp.

◆ format

VULKAN_HPP_NAMESPACE::Format VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT::format = VULKAN_HPP_NAMESPACE::Format::eUndefined

Definition at line 77340 of file vulkan.hpp.

◆ pNext

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

Definition at line 77338 of file vulkan.hpp.

◆ structureType

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

Definition at line 77277 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT::sType = StructureType::eSamplerCustomBorderColorCreateInfoEXT

Definition at line 77337 of file vulkan.hpp.


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