SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceCoherentMemoryFeaturesAMD Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceCoherentMemoryFeaturesAMD (VULKAN_HPP_NAMESPACE::Bool32 deviceCoherentMemory_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceCoherentMemoryFeaturesAMD (PhysicalDeviceCoherentMemoryFeaturesAMD const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceCoherentMemoryFeaturesAMD (VkPhysicalDeviceCoherentMemoryFeaturesAMD const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceCoherentMemoryFeaturesAMDoperator= (VkPhysicalDeviceCoherentMemoryFeaturesAMD const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceCoherentMemoryFeaturesAMDoperator= (PhysicalDeviceCoherentMemoryFeaturesAMD const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceCoherentMemoryFeaturesAMDsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceCoherentMemoryFeaturesAMDsetDeviceCoherentMemory (VULKAN_HPP_NAMESPACE::Bool32 deviceCoherentMemory_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceCoherentMemoryFeaturesAMD const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceCoherentMemoryFeaturesAMD & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceCoherentMemoryFeaturesAMD const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceCoherentMemoryFeaturesAMD const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceCoherentMemoryFeaturesAMD
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 deviceCoherentMemory = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 61992 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDeviceCoherentMemoryFeaturesAMD() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceCoherentMemoryFeaturesAMD::PhysicalDeviceCoherentMemoryFeaturesAMD ( VULKAN_HPP_NAMESPACE::Bool32  deviceCoherentMemory_ = {})
inline

Definition at line 61998 of file vulkan.hpp.

61999  : deviceCoherentMemory( deviceCoherentMemory_ )
62000  {}
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDeviceCoherentMemoryFeaturesAMD() [2/3]

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

◆ PhysicalDeviceCoherentMemoryFeaturesAMD() [3/3]

VULKAN_HPP_NAMESPACE::PhysicalDeviceCoherentMemoryFeaturesAMD::PhysicalDeviceCoherentMemoryFeaturesAMD ( VkPhysicalDeviceCoherentMemoryFeaturesAMD const &  rhs)
inline

Definition at line 62004 of file vulkan.hpp.

62005  {
62006  *this = rhs;
62007  }

Member Function Documentation

◆ operator VkPhysicalDeviceCoherentMemoryFeaturesAMD &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceCoherentMemoryFeaturesAMD::operator VkPhysicalDeviceCoherentMemoryFeaturesAMD & ( )
inline

Definition at line 62040 of file vulkan.hpp.

62041  {
62042  return *reinterpret_cast<VkPhysicalDeviceCoherentMemoryFeaturesAMD*>( this );
62043  }

◆ operator VkPhysicalDeviceCoherentMemoryFeaturesAMD const &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceCoherentMemoryFeaturesAMD::operator VkPhysicalDeviceCoherentMemoryFeaturesAMD const & ( ) const
inline

Definition at line 62035 of file vulkan.hpp.

62036  {
62037  return *reinterpret_cast<const VkPhysicalDeviceCoherentMemoryFeaturesAMD*>( this );
62038  }

◆ operator!=()

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

Definition at line 62056 of file vulkan.hpp.

62057  {
62058  return !operator==( rhs );
62059  }
bool operator==(PhysicalDeviceCoherentMemoryFeaturesAMD const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:62049

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 62016 of file vulkan.hpp.

62017  {
62018  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceCoherentMemoryFeaturesAMD ) );
62019  return *this;
62020  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDeviceCoherentMemoryFeaturesAMD(VULKAN_HPP_NAMESPACE::Bool32 deviceCoherentMemory_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:61998

References memcpy.

◆ operator=() [2/2]

PhysicalDeviceCoherentMemoryFeaturesAMD& VULKAN_HPP_NAMESPACE::PhysicalDeviceCoherentMemoryFeaturesAMD::operator= ( VkPhysicalDeviceCoherentMemoryFeaturesAMD const &  rhs)
inline

Definition at line 62010 of file vulkan.hpp.

62011  {
62012  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCoherentMemoryFeaturesAMD const *>( &rhs );
62013  return *this;
62014  }

◆ operator==()

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

Definition at line 62049 of file vulkan.hpp.

62050  {
62051  return ( sType == rhs.sType )
62052  && ( pNext == rhs.pNext )
62053  && ( deviceCoherentMemory == rhs.deviceCoherentMemory );
62054  }
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:62065

◆ setDeviceCoherentMemory()

PhysicalDeviceCoherentMemoryFeaturesAMD& VULKAN_HPP_NAMESPACE::PhysicalDeviceCoherentMemoryFeaturesAMD::setDeviceCoherentMemory ( VULKAN_HPP_NAMESPACE::Bool32  deviceCoherentMemory_)
inline

Definition at line 62028 of file vulkan.hpp.

62029  {
62030  deviceCoherentMemory = deviceCoherentMemory_;
62031  return *this;
62032  }

◆ setPNext()

PhysicalDeviceCoherentMemoryFeaturesAMD& VULKAN_HPP_NAMESPACE::PhysicalDeviceCoherentMemoryFeaturesAMD::setPNext ( void pNext_)
inline

Definition at line 62022 of file vulkan.hpp.

62023  {
62024  pNext = pNext_;
62025  return *this;
62026  }

Field Documentation

◆ allowDuplicate

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

Definition at line 61994 of file vulkan.hpp.

◆ deviceCoherentMemory

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceCoherentMemoryFeaturesAMD::deviceCoherentMemory = {}

Definition at line 62067 of file vulkan.hpp.

◆ pNext

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

Definition at line 62066 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceCoherentMemoryFeaturesAMD::structureType = StructureType::ePhysicalDeviceCoherentMemoryFeaturesAMD
static

Definition at line 61995 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceCoherentMemoryFeaturesAMD::sType = StructureType::ePhysicalDeviceCoherentMemoryFeaturesAMD

Definition at line 62065 of file vulkan.hpp.


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