SDL  2.0
VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR TextureLODGatherFormatPropertiesAMD (VULKAN_HPP_NAMESPACE::Bool32 supportsTextureGatherLODBiasAMD_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR TextureLODGatherFormatPropertiesAMD (TextureLODGatherFormatPropertiesAMD const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 TextureLODGatherFormatPropertiesAMD (VkTextureLODGatherFormatPropertiesAMD const &rhs) VULKAN_HPP_NOEXCEPT
 
TextureLODGatherFormatPropertiesAMDoperator= (VkTextureLODGatherFormatPropertiesAMD const &rhs) VULKAN_HPP_NOEXCEPT
 
TextureLODGatherFormatPropertiesAMDoperator= (TextureLODGatherFormatPropertiesAMD const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkTextureLODGatherFormatPropertiesAMD const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkTextureLODGatherFormatPropertiesAMD & () VULKAN_HPP_NOEXCEPT
 
bool operator== (TextureLODGatherFormatPropertiesAMD const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (TextureLODGatherFormatPropertiesAMD const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eTextureLodGatherFormatPropertiesAMD
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 supportsTextureGatherLODBiasAMD = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 78809 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ TextureLODGatherFormatPropertiesAMD() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD::TextureLODGatherFormatPropertiesAMD ( VULKAN_HPP_NAMESPACE::Bool32  supportsTextureGatherLODBiasAMD_ = {})
inline

Definition at line 78815 of file vulkan.hpp.

78816  : supportsTextureGatherLODBiasAMD( supportsTextureGatherLODBiasAMD_ )
78817  {}
VULKAN_HPP_NAMESPACE::Bool32 supportsTextureGatherLODBiasAMD
Definition: vulkan.hpp:78872
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ TextureLODGatherFormatPropertiesAMD() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD::TextureLODGatherFormatPropertiesAMD ( TextureLODGatherFormatPropertiesAMD const &  rhs)
default

◆ TextureLODGatherFormatPropertiesAMD() [3/3]

VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD::TextureLODGatherFormatPropertiesAMD ( VkTextureLODGatherFormatPropertiesAMD const &  rhs)
inline

Definition at line 78821 of file vulkan.hpp.

78822  {
78823  *this = rhs;
78824  }

Member Function Documentation

◆ operator VkTextureLODGatherFormatPropertiesAMD &()

VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD::operator VkTextureLODGatherFormatPropertiesAMD & ( )
inline

Definition at line 78845 of file vulkan.hpp.

78846  {
78847  return *reinterpret_cast<VkTextureLODGatherFormatPropertiesAMD*>( this );
78848  }

◆ operator VkTextureLODGatherFormatPropertiesAMD const &()

VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD::operator VkTextureLODGatherFormatPropertiesAMD const & ( ) const
inline

Definition at line 78840 of file vulkan.hpp.

78841  {
78842  return *reinterpret_cast<const VkTextureLODGatherFormatPropertiesAMD*>( this );
78843  }

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD::operator!= ( TextureLODGatherFormatPropertiesAMD const &  rhs) const
inline

Definition at line 78861 of file vulkan.hpp.

78862  {
78863  return !operator==( rhs );
78864  }
bool operator==(TextureLODGatherFormatPropertiesAMD const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:78854

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 78833 of file vulkan.hpp.

78834  {
78835  memcpy( static_cast<void *>( this ), &rhs, sizeof( TextureLODGatherFormatPropertiesAMD ) );
78836  return *this;
78837  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR TextureLODGatherFormatPropertiesAMD(VULKAN_HPP_NAMESPACE::Bool32 supportsTextureGatherLODBiasAMD_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:78815

References memcpy.

◆ operator=() [2/2]

TextureLODGatherFormatPropertiesAMD& VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD::operator= ( VkTextureLODGatherFormatPropertiesAMD const &  rhs)
inline

Definition at line 78827 of file vulkan.hpp.

78828  {
78829  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD const *>( &rhs );
78830  return *this;
78831  }

◆ operator==()

bool VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD::operator== ( TextureLODGatherFormatPropertiesAMD const &  rhs) const
inline

Definition at line 78854 of file vulkan.hpp.

78855  {
78856  return ( sType == rhs.sType )
78857  && ( pNext == rhs.pNext )
78858  && ( supportsTextureGatherLODBiasAMD == rhs.supportsTextureGatherLODBiasAMD );
78859  }
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:78870

Field Documentation

◆ allowDuplicate

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

Definition at line 78811 of file vulkan.hpp.

◆ pNext

void* VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD::pNext = {}

Definition at line 78871 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD::structureType = StructureType::eTextureLodGatherFormatPropertiesAMD
static

Definition at line 78812 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD::sType = StructureType::eTextureLodGatherFormatPropertiesAMD

Definition at line 78870 of file vulkan.hpp.

◆ supportsTextureGatherLODBiasAMD

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD::supportsTextureGatherLODBiasAMD = {}

Definition at line 78872 of file vulkan.hpp.


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