SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceDiscardRectanglePropertiesEXT Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceDiscardRectanglePropertiesEXT (uint32_t maxDiscardRectangles_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceDiscardRectanglePropertiesEXT (PhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceDiscardRectanglePropertiesEXT (VkPhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDiscardRectanglePropertiesEXToperator= (VkPhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDiscardRectanglePropertiesEXToperator= (PhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDiscardRectanglePropertiesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDiscardRectanglePropertiesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceDiscardRectanglePropertiesEXT
 
voidpNext = {}
 
uint32_t maxDiscardRectangles = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 63842 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDeviceDiscardRectanglePropertiesEXT() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceDiscardRectanglePropertiesEXT::PhysicalDeviceDiscardRectanglePropertiesEXT ( uint32_t  maxDiscardRectangles_ = {})
inline

Definition at line 63848 of file vulkan.hpp.

63849  : maxDiscardRectangles( maxDiscardRectangles_ )
63850  {}
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDeviceDiscardRectanglePropertiesEXT() [2/3]

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

◆ PhysicalDeviceDiscardRectanglePropertiesEXT() [3/3]

VULKAN_HPP_NAMESPACE::PhysicalDeviceDiscardRectanglePropertiesEXT::PhysicalDeviceDiscardRectanglePropertiesEXT ( VkPhysicalDeviceDiscardRectanglePropertiesEXT const &  rhs)
inline

Definition at line 63854 of file vulkan.hpp.

63855  {
63856  *this = rhs;
63857  }

Member Function Documentation

◆ operator VkPhysicalDeviceDiscardRectanglePropertiesEXT &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceDiscardRectanglePropertiesEXT::operator VkPhysicalDeviceDiscardRectanglePropertiesEXT & ( )
inline

Definition at line 63878 of file vulkan.hpp.

63879  {
63880  return *reinterpret_cast<VkPhysicalDeviceDiscardRectanglePropertiesEXT*>( this );
63881  }

◆ operator VkPhysicalDeviceDiscardRectanglePropertiesEXT const &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceDiscardRectanglePropertiesEXT::operator VkPhysicalDeviceDiscardRectanglePropertiesEXT const & ( ) const
inline

Definition at line 63873 of file vulkan.hpp.

63874  {
63875  return *reinterpret_cast<const VkPhysicalDeviceDiscardRectanglePropertiesEXT*>( this );
63876  }

◆ operator!=()

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

Definition at line 63894 of file vulkan.hpp.

63895  {
63896  return !operator==( rhs );
63897  }
bool operator==(PhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:63887

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 63866 of file vulkan.hpp.

63867  {
63868  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceDiscardRectanglePropertiesEXT ) );
63869  return *this;
63870  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDeviceDiscardRectanglePropertiesEXT(uint32_t maxDiscardRectangles_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:63848

References memcpy.

◆ operator=() [2/2]

PhysicalDeviceDiscardRectanglePropertiesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceDiscardRectanglePropertiesEXT::operator= ( VkPhysicalDeviceDiscardRectanglePropertiesEXT const &  rhs)
inline

Definition at line 63860 of file vulkan.hpp.

63861  {
63862  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDiscardRectanglePropertiesEXT const *>( &rhs );
63863  return *this;
63864  }

◆ operator==()

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

Definition at line 63887 of file vulkan.hpp.

63888  {
63889  return ( sType == rhs.sType )
63890  && ( pNext == rhs.pNext )
63891  && ( maxDiscardRectangles == rhs.maxDiscardRectangles );
63892  }
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:63903

Field Documentation

◆ allowDuplicate

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

Definition at line 63844 of file vulkan.hpp.

◆ maxDiscardRectangles

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceDiscardRectanglePropertiesEXT::maxDiscardRectangles = {}

Definition at line 63905 of file vulkan.hpp.

◆ pNext

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

Definition at line 63904 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceDiscardRectanglePropertiesEXT::structureType = StructureType::ePhysicalDeviceDiscardRectanglePropertiesEXT
static

Definition at line 63845 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceDiscardRectanglePropertiesEXT::sType = StructureType::ePhysicalDeviceDiscardRectanglePropertiesEXT

Definition at line 63903 of file vulkan.hpp.


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