Vulkan-Hpp
vk::PhysicalDeviceCooperativeMatrixFeaturesNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceCooperativeMatrixFeaturesNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixFeaturesNV (vk::Bool32 cooperativeMatrix_={}, vk::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 PhysicalDeviceCooperativeMatrixFeaturesNVsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceCooperativeMatrixFeaturesNVsetCooperativeMatrix (vk::Bool32 cooperativeMatrix_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceCooperativeMatrixFeaturesNVsetCooperativeMatrixRobustBufferAccess (vk::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

vk::StructureType sType = StructureType::ePhysicalDeviceCooperativeMatrixFeaturesNV
 
void * pNext = {}
 
vk::Bool32 cooperativeMatrix = {}
 
vk::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 58782 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceCooperativeMatrixFeaturesNV() [1/3]

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

Definition at line 58790 of file vulkan_structs.hpp.

◆ PhysicalDeviceCooperativeMatrixFeaturesNV() [2/3]

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

◆ PhysicalDeviceCooperativeMatrixFeaturesNV() [3/3]

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

Definition at line 58801 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceCooperativeMatrixFeaturesNV &()

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

Definition at line 58842 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceCooperativeMatrixFeaturesNV const &()

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

Definition at line 58837 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 58872 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PhysicalDeviceCooperativeMatrixFeaturesNV& vk::PhysicalDeviceCooperativeMatrixFeaturesNV::operator= ( PhysicalDeviceCooperativeMatrixFeaturesNV const &  rhs)
default

◆ operator=() [2/2]

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

Definition at line 58809 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 58862 of file vulkan_structs.hpp.

◆ setCooperativeMatrix()

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

Definition at line 58823 of file vulkan_structs.hpp.

◆ setCooperativeMatrixRobustBufferAccess()

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

Definition at line 58830 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceCooperativeMatrixFeaturesNV& vk::PhysicalDeviceCooperativeMatrixFeaturesNV::setPNext ( void *  pNext_)
inline

Definition at line 58816 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 58786 of file vulkan_structs.hpp.

◆ cooperativeMatrix

vk::Bool32 vk::PhysicalDeviceCooperativeMatrixFeaturesNV::cooperativeMatrix = {}

Definition at line 58881 of file vulkan_structs.hpp.

◆ cooperativeMatrixRobustBufferAccess

vk::Bool32 vk::PhysicalDeviceCooperativeMatrixFeaturesNV::cooperativeMatrixRobustBufferAccess = {}

Definition at line 58882 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 58880 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 58787 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceCooperativeMatrixFeaturesNV::sType = StructureType::ePhysicalDeviceCooperativeMatrixFeaturesNV

Definition at line 58879 of file vulkan_structs.hpp.


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