HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceCooperativeMatrixFeaturesNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixFeaturesNV (VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrix_={}, VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrixRobustBufferAccess_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixFeaturesNV (PhysicalDeviceCooperativeMatrixFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceCooperativeMatrixFeaturesNV (VkPhysicalDeviceCooperativeMatrixFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceCooperativeMatrixFeaturesNVoperator= (PhysicalDeviceCooperativeMatrixFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceCooperativeMatrixFeaturesNVoperator= (VkPhysicalDeviceCooperativeMatrixFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceCooperativeMatrixFeaturesNV
setPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceCooperativeMatrixFeaturesNV
setCooperativeMatrix (VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrix_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceCooperativeMatrixFeaturesNV
setCooperativeMatrixRobustBufferAccess (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
 

Public Attributes

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 51948 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 51956 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV::PhysicalDeviceCooperativeMatrixFeaturesNV ( PhysicalDeviceCooperativeMatrixFeaturesNV const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV::PhysicalDeviceCooperativeMatrixFeaturesNV ( VkPhysicalDeviceCooperativeMatrixFeaturesNV const rhs)
inline

Definition at line 51967 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 52008 of file vulkan_structs.hpp.

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

Definition at line 52003 of file vulkan_structs.hpp.

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

Definition at line 51975 of file vulkan_structs.hpp.

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

Definition at line 52028 of file vulkan_structs.hpp.

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

Definition at line 51989 of file vulkan_structs.hpp.

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

Definition at line 51996 of file vulkan_structs.hpp.

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

Definition at line 51982 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 51952 of file vulkan_structs.hpp.

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

Definition at line 52047 of file vulkan_structs.hpp.

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

Definition at line 52048 of file vulkan_structs.hpp.

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

Definition at line 52046 of file vulkan_structs.hpp.

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

Definition at line 51953 of file vulkan_structs.hpp.

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

Definition at line 52045 of file vulkan_structs.hpp.


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