SDL  2.0
VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT Struct Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT:

Public Member Functions

VULKAN_HPP_CONSTEXPR PipelineSampleLocationsStateCreateInfoEXT (VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable_={}, VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT sampleLocationsInfo_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PipelineSampleLocationsStateCreateInfoEXT (PipelineSampleLocationsStateCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PipelineSampleLocationsStateCreateInfoEXT (VkPipelineSampleLocationsStateCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PipelineSampleLocationsStateCreateInfoEXToperator= (VkPipelineSampleLocationsStateCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PipelineSampleLocationsStateCreateInfoEXToperator= (PipelineSampleLocationsStateCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PipelineSampleLocationsStateCreateInfoEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
PipelineSampleLocationsStateCreateInfoEXTsetSampleLocationsEnable (VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable_) VULKAN_HPP_NOEXCEPT
 
PipelineSampleLocationsStateCreateInfoEXTsetSampleLocationsInfo (VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const &sampleLocationsInfo_) VULKAN_HPP_NOEXCEPT
 
 operator VkPipelineSampleLocationsStateCreateInfoEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPipelineSampleLocationsStateCreateInfoEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PipelineSampleLocationsStateCreateInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PipelineSampleLocationsStateCreateInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable = {}
 
VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT sampleLocationsInfo = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 74560 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PipelineSampleLocationsStateCreateInfoEXT() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::PipelineSampleLocationsStateCreateInfoEXT ( VULKAN_HPP_NAMESPACE::Bool32  sampleLocationsEnable_ = {},
VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT  sampleLocationsInfo_ = {} 
)
inline

Definition at line 74566 of file vulkan.hpp.

74567  : sampleLocationsEnable( sampleLocationsEnable_ ), sampleLocationsInfo( sampleLocationsInfo_ )
74568  {}
VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT sampleLocationsInfo
Definition: vulkan.hpp:74643
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PipelineSampleLocationsStateCreateInfoEXT() [2/3]

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

◆ PipelineSampleLocationsStateCreateInfoEXT() [3/3]

VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::PipelineSampleLocationsStateCreateInfoEXT ( VkPipelineSampleLocationsStateCreateInfoEXT const &  rhs)
inline

Definition at line 74572 of file vulkan.hpp.

74573  {
74574  *this = rhs;
74575  }

Member Function Documentation

◆ operator VkPipelineSampleLocationsStateCreateInfoEXT &()

VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::operator VkPipelineSampleLocationsStateCreateInfoEXT & ( )
inline

Definition at line 74614 of file vulkan.hpp.

74615  {
74616  return *reinterpret_cast<VkPipelineSampleLocationsStateCreateInfoEXT*>( this );
74617  }

◆ operator VkPipelineSampleLocationsStateCreateInfoEXT const &()

VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::operator VkPipelineSampleLocationsStateCreateInfoEXT const & ( ) const
inline

Definition at line 74609 of file vulkan.hpp.

74610  {
74611  return *reinterpret_cast<const VkPipelineSampleLocationsStateCreateInfoEXT*>( this );
74612  }

◆ operator!=()

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

Definition at line 74631 of file vulkan.hpp.

74632  {
74633  return !operator==( rhs );
74634  }
bool operator==(PipelineSampleLocationsStateCreateInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:74623

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 74584 of file vulkan.hpp.

74585  {
74586  memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineSampleLocationsStateCreateInfoEXT ) );
74587  return *this;
74588  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PipelineSampleLocationsStateCreateInfoEXT(VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable_={}, VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT sampleLocationsInfo_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:74566

References memcpy.

◆ operator=() [2/2]

PipelineSampleLocationsStateCreateInfoEXT& VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::operator= ( VkPipelineSampleLocationsStateCreateInfoEXT const &  rhs)
inline

Definition at line 74578 of file vulkan.hpp.

74579  {
74580  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT const *>( &rhs );
74581  return *this;
74582  }

◆ operator==()

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

Definition at line 74623 of file vulkan.hpp.

74624  {
74625  return ( sType == rhs.sType )
74626  && ( pNext == rhs.pNext )
74627  && ( sampleLocationsEnable == rhs.sampleLocationsEnable )
74628  && ( sampleLocationsInfo == rhs.sampleLocationsInfo );
74629  }
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:74640

◆ setPNext()

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

Definition at line 74590 of file vulkan.hpp.

74591  {
74592  pNext = pNext_;
74593  return *this;
74594  }

◆ setSampleLocationsEnable()

PipelineSampleLocationsStateCreateInfoEXT& VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::setSampleLocationsEnable ( VULKAN_HPP_NAMESPACE::Bool32  sampleLocationsEnable_)
inline

Definition at line 74596 of file vulkan.hpp.

74597  {
74598  sampleLocationsEnable = sampleLocationsEnable_;
74599  return *this;
74600  }

◆ setSampleLocationsInfo()

PipelineSampleLocationsStateCreateInfoEXT& VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::setSampleLocationsInfo ( VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const &  sampleLocationsInfo_)
inline

Definition at line 74602 of file vulkan.hpp.

74603  {
74604  sampleLocationsInfo = sampleLocationsInfo_;
74605  return *this;
74606  }

Field Documentation

◆ allowDuplicate

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

Definition at line 74562 of file vulkan.hpp.

◆ pNext

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

Definition at line 74641 of file vulkan.hpp.

◆ sampleLocationsEnable

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::sampleLocationsEnable = {}

Definition at line 74642 of file vulkan.hpp.

◆ sampleLocationsInfo

VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::sampleLocationsInfo = {}

Definition at line 74643 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::structureType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT
static

Definition at line 74563 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::sType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT

Definition at line 74640 of file vulkan.hpp.


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