SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixFeaturesNV (VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrix_={}, VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrixRobustBufferAccess_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixFeaturesNV (PhysicalDeviceCooperativeMatrixFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceCooperativeMatrixFeaturesNV (VkPhysicalDeviceCooperativeMatrixFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceCooperativeMatrixFeaturesNVoperator= (VkPhysicalDeviceCooperativeMatrixFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceCooperativeMatrixFeaturesNVoperator= (PhysicalDeviceCooperativeMatrixFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceCooperativeMatrixFeaturesNVsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceCooperativeMatrixFeaturesNVsetCooperativeMatrix (VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrix_) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceCooperativeMatrixFeaturesNVsetCooperativeMatrixRobustBufferAccess (VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrixRobustBufferAccess_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceCooperativeMatrixFeaturesNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceCooperativeMatrixFeaturesNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceCooperativeMatrixFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceCooperativeMatrixFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceCooperativeMatrixFeaturesNV
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrix = {}
 
VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrixRobustBufferAccess = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 62360 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDeviceCooperativeMatrixFeaturesNV() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV::PhysicalDeviceCooperativeMatrixFeaturesNV ( VULKAN_HPP_NAMESPACE::Bool32  cooperativeMatrix_ = {},
VULKAN_HPP_NAMESPACE::Bool32  cooperativeMatrixRobustBufferAccess_ = {} 
)
inline

Definition at line 62366 of file vulkan.hpp.

62366  {}, VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrixRobustBufferAccess_ = {}) VULKAN_HPP_NOEXCEPT
62367  : cooperativeMatrix( cooperativeMatrix_ ), cooperativeMatrixRobustBufferAccess( cooperativeMatrixRobustBufferAccess_ )
62368  {}
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDeviceCooperativeMatrixFeaturesNV() [2/3]

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

◆ PhysicalDeviceCooperativeMatrixFeaturesNV() [3/3]

VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV::PhysicalDeviceCooperativeMatrixFeaturesNV ( VkPhysicalDeviceCooperativeMatrixFeaturesNV const &  rhs)
inline

Definition at line 62372 of file vulkan.hpp.

62373  {
62374  *this = rhs;
62375  }

Member Function Documentation

◆ operator VkPhysicalDeviceCooperativeMatrixFeaturesNV &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV::operator VkPhysicalDeviceCooperativeMatrixFeaturesNV & ( )
inline

Definition at line 62414 of file vulkan.hpp.

62415  {
62416  return *reinterpret_cast<VkPhysicalDeviceCooperativeMatrixFeaturesNV*>( this );
62417  }

◆ operator VkPhysicalDeviceCooperativeMatrixFeaturesNV const &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV::operator VkPhysicalDeviceCooperativeMatrixFeaturesNV const & ( ) const
inline

Definition at line 62409 of file vulkan.hpp.

62410  {
62411  return *reinterpret_cast<const VkPhysicalDeviceCooperativeMatrixFeaturesNV*>( this );
62412  }

◆ operator!=()

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

Definition at line 62431 of file vulkan.hpp.

62432  {
62433  return !operator==( rhs );
62434  }
bool operator==(PhysicalDeviceCooperativeMatrixFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:62423

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 62384 of file vulkan.hpp.

62385  {
62386  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceCooperativeMatrixFeaturesNV ) );
62387  return *this;
62388  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixFeaturesNV(VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrix_={}, VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrixRobustBufferAccess_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:62366

References memcpy.

◆ operator=() [2/2]

PhysicalDeviceCooperativeMatrixFeaturesNV& VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV::operator= ( VkPhysicalDeviceCooperativeMatrixFeaturesNV const &  rhs)
inline

Definition at line 62378 of file vulkan.hpp.

62379  {
62380  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV const *>( &rhs );
62381  return *this;
62382  }

◆ operator==()

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

Definition at line 62423 of file vulkan.hpp.

62424  {
62425  return ( sType == rhs.sType )
62426  && ( pNext == rhs.pNext )
62427  && ( cooperativeMatrix == rhs.cooperativeMatrix )
62428  && ( cooperativeMatrixRobustBufferAccess == rhs.cooperativeMatrixRobustBufferAccess );
62429  }
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:62440

◆ setCooperativeMatrix()

PhysicalDeviceCooperativeMatrixFeaturesNV& VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV::setCooperativeMatrix ( VULKAN_HPP_NAMESPACE::Bool32  cooperativeMatrix_)
inline

Definition at line 62396 of file vulkan.hpp.

62397  {
62398  cooperativeMatrix = cooperativeMatrix_;
62399  return *this;
62400  }

◆ setCooperativeMatrixRobustBufferAccess()

PhysicalDeviceCooperativeMatrixFeaturesNV& VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV::setCooperativeMatrixRobustBufferAccess ( VULKAN_HPP_NAMESPACE::Bool32  cooperativeMatrixRobustBufferAccess_)
inline

Definition at line 62402 of file vulkan.hpp.

62403  {
62404  cooperativeMatrixRobustBufferAccess = cooperativeMatrixRobustBufferAccess_;
62405  return *this;
62406  }

◆ setPNext()

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

Definition at line 62390 of file vulkan.hpp.

62391  {
62392  pNext = pNext_;
62393  return *this;
62394  }

Field Documentation

◆ allowDuplicate

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

Definition at line 62362 of file vulkan.hpp.

◆ cooperativeMatrix

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV::cooperativeMatrix = {}

Definition at line 62442 of file vulkan.hpp.

◆ cooperativeMatrixRobustBufferAccess

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV::cooperativeMatrixRobustBufferAccess = {}

Definition at line 62443 of file vulkan.hpp.

◆ pNext

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

Definition at line 62441 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV::structureType = StructureType::ePhysicalDeviceCooperativeMatrixFeaturesNV
static

Definition at line 62363 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV::sType = StructureType::ePhysicalDeviceCooperativeMatrixFeaturesNV

Definition at line 62440 of file vulkan.hpp.


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