SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD Struct Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD:

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD (VULKAN_HPP_NAMESPACE::ShaderCorePropertiesFlagsAMD shaderCoreFeatures_={}, uint32_t activeComputeUnitCount_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD (PhysicalDeviceShaderCoreProperties2AMD const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceShaderCoreProperties2AMD (VkPhysicalDeviceShaderCoreProperties2AMD const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderCoreProperties2AMDoperator= (VkPhysicalDeviceShaderCoreProperties2AMD const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderCoreProperties2AMDoperator= (PhysicalDeviceShaderCoreProperties2AMD const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderCoreProperties2AMD const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderCoreProperties2AMD & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceShaderCoreProperties2AMD const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceShaderCoreProperties2AMD const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceShaderCoreProperties2AMD
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::ShaderCorePropertiesFlagsAMD shaderCoreFeatures = {}
 
uint32_t activeComputeUnitCount = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 69502 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDeviceShaderCoreProperties2AMD() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD::PhysicalDeviceShaderCoreProperties2AMD ( VULKAN_HPP_NAMESPACE::ShaderCorePropertiesFlagsAMD  shaderCoreFeatures_ = {},
uint32_t  activeComputeUnitCount_ = {} 
)
inline

Definition at line 69508 of file vulkan.hpp.

69508  {}, uint32_t activeComputeUnitCount_ = {}) VULKAN_HPP_NOEXCEPT
69509  : shaderCoreFeatures( shaderCoreFeatures_ ), activeComputeUnitCount( activeComputeUnitCount_ )
69510  {}
unsigned int uint32_t
VULKAN_HPP_NAMESPACE::ShaderCorePropertiesFlagsAMD shaderCoreFeatures
Definition: vulkan.hpp:69566
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDeviceShaderCoreProperties2AMD() [2/3]

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

◆ PhysicalDeviceShaderCoreProperties2AMD() [3/3]

VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD::PhysicalDeviceShaderCoreProperties2AMD ( VkPhysicalDeviceShaderCoreProperties2AMD const &  rhs)
inline

Definition at line 69514 of file vulkan.hpp.

69515  {
69516  *this = rhs;
69517  }

Member Function Documentation

◆ operator VkPhysicalDeviceShaderCoreProperties2AMD &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD::operator VkPhysicalDeviceShaderCoreProperties2AMD & ( )
inline

Definition at line 69538 of file vulkan.hpp.

69539  {
69540  return *reinterpret_cast<VkPhysicalDeviceShaderCoreProperties2AMD*>( this );
69541  }

◆ operator VkPhysicalDeviceShaderCoreProperties2AMD const &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD::operator VkPhysicalDeviceShaderCoreProperties2AMD const & ( ) const
inline

Definition at line 69533 of file vulkan.hpp.

69534  {
69535  return *reinterpret_cast<const VkPhysicalDeviceShaderCoreProperties2AMD*>( this );
69536  }

◆ operator!=()

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

Definition at line 69555 of file vulkan.hpp.

69556  {
69557  return !operator==( rhs );
69558  }
bool operator==(PhysicalDeviceShaderCoreProperties2AMD const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:69547

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 69526 of file vulkan.hpp.

69527  {
69528  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShaderCoreProperties2AMD ) );
69529  return *this;
69530  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD(VULKAN_HPP_NAMESPACE::ShaderCorePropertiesFlagsAMD shaderCoreFeatures_={}, uint32_t activeComputeUnitCount_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:69508

References memcpy.

◆ operator=() [2/2]

PhysicalDeviceShaderCoreProperties2AMD& VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD::operator= ( VkPhysicalDeviceShaderCoreProperties2AMD const &  rhs)
inline

Definition at line 69520 of file vulkan.hpp.

69521  {
69522  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD const *>( &rhs );
69523  return *this;
69524  }

◆ operator==()

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

Definition at line 69547 of file vulkan.hpp.

69548  {
69549  return ( sType == rhs.sType )
69550  && ( pNext == rhs.pNext )
69551  && ( shaderCoreFeatures == rhs.shaderCoreFeatures )
69552  && ( activeComputeUnitCount == rhs.activeComputeUnitCount );
69553  }
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:69564

Field Documentation

◆ activeComputeUnitCount

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD::activeComputeUnitCount = {}

Definition at line 69567 of file vulkan.hpp.

◆ allowDuplicate

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

Definition at line 69504 of file vulkan.hpp.

◆ pNext

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

Definition at line 69565 of file vulkan.hpp.

◆ shaderCoreFeatures

VULKAN_HPP_NAMESPACE::ShaderCorePropertiesFlagsAMD VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD::shaderCoreFeatures = {}

Definition at line 69566 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD::structureType = StructureType::ePhysicalDeviceShaderCoreProperties2AMD
static

Definition at line 69505 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD::sType = StructureType::ePhysicalDeviceShaderCoreProperties2AMD

Definition at line 69564 of file vulkan.hpp.


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