SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixPropertiesNV Struct Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixPropertiesNV:

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixPropertiesNV (VULKAN_HPP_NAMESPACE::ShaderStageFlags cooperativeMatrixSupportedStages_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixPropertiesNV (PhysicalDeviceCooperativeMatrixPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceCooperativeMatrixPropertiesNV (VkPhysicalDeviceCooperativeMatrixPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceCooperativeMatrixPropertiesNVoperator= (VkPhysicalDeviceCooperativeMatrixPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceCooperativeMatrixPropertiesNVoperator= (PhysicalDeviceCooperativeMatrixPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceCooperativeMatrixPropertiesNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceCooperativeMatrixPropertiesNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceCooperativeMatrixPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceCooperativeMatrixPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceCooperativeMatrixPropertiesNV
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::ShaderStageFlags cooperativeMatrixSupportedStages = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 62455 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDeviceCooperativeMatrixPropertiesNV() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixPropertiesNV::PhysicalDeviceCooperativeMatrixPropertiesNV ( VULKAN_HPP_NAMESPACE::ShaderStageFlags  cooperativeMatrixSupportedStages_ = {})
inline

Definition at line 62461 of file vulkan.hpp.

62462  : cooperativeMatrixSupportedStages( cooperativeMatrixSupportedStages_ )
62463  {}
VULKAN_HPP_NAMESPACE::ShaderStageFlags cooperativeMatrixSupportedStages
Definition: vulkan.hpp:62518
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDeviceCooperativeMatrixPropertiesNV() [2/3]

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

◆ PhysicalDeviceCooperativeMatrixPropertiesNV() [3/3]

VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixPropertiesNV::PhysicalDeviceCooperativeMatrixPropertiesNV ( VkPhysicalDeviceCooperativeMatrixPropertiesNV const &  rhs)
inline

Definition at line 62467 of file vulkan.hpp.

62468  {
62469  *this = rhs;
62470  }

Member Function Documentation

◆ operator VkPhysicalDeviceCooperativeMatrixPropertiesNV &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixPropertiesNV::operator VkPhysicalDeviceCooperativeMatrixPropertiesNV & ( )
inline

Definition at line 62491 of file vulkan.hpp.

62492  {
62493  return *reinterpret_cast<VkPhysicalDeviceCooperativeMatrixPropertiesNV*>( this );
62494  }

◆ operator VkPhysicalDeviceCooperativeMatrixPropertiesNV const &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixPropertiesNV::operator VkPhysicalDeviceCooperativeMatrixPropertiesNV const & ( ) const
inline

Definition at line 62486 of file vulkan.hpp.

62487  {
62488  return *reinterpret_cast<const VkPhysicalDeviceCooperativeMatrixPropertiesNV*>( this );
62489  }

◆ operator!=()

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

Definition at line 62507 of file vulkan.hpp.

62508  {
62509  return !operator==( rhs );
62510  }
bool operator==(PhysicalDeviceCooperativeMatrixPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:62500

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 62479 of file vulkan.hpp.

62480  {
62481  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceCooperativeMatrixPropertiesNV ) );
62482  return *this;
62483  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixPropertiesNV(VULKAN_HPP_NAMESPACE::ShaderStageFlags cooperativeMatrixSupportedStages_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:62461

References memcpy.

◆ operator=() [2/2]

PhysicalDeviceCooperativeMatrixPropertiesNV& VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixPropertiesNV::operator= ( VkPhysicalDeviceCooperativeMatrixPropertiesNV const &  rhs)
inline

Definition at line 62473 of file vulkan.hpp.

62474  {
62475  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixPropertiesNV const *>( &rhs );
62476  return *this;
62477  }

◆ operator==()

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

Definition at line 62500 of file vulkan.hpp.

62501  {
62502  return ( sType == rhs.sType )
62503  && ( pNext == rhs.pNext )
62504  && ( cooperativeMatrixSupportedStages == rhs.cooperativeMatrixSupportedStages );
62505  }
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:62516

Field Documentation

◆ allowDuplicate

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

Definition at line 62457 of file vulkan.hpp.

◆ cooperativeMatrixSupportedStages

VULKAN_HPP_NAMESPACE::ShaderStageFlags VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixPropertiesNV::cooperativeMatrixSupportedStages = {}

Definition at line 62518 of file vulkan.hpp.

◆ pNext

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

Definition at line 62517 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixPropertiesNV::structureType = StructureType::ePhysicalDeviceCooperativeMatrixPropertiesNV
static

Definition at line 62458 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixPropertiesNV::sType = StructureType::ePhysicalDeviceCooperativeMatrixPropertiesNV

Definition at line 62516 of file vulkan.hpp.


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