Vulkan-Hpp
vk::PhysicalDeviceCooperativeMatrixFeaturesKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceCooperativeMatrixFeaturesKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixFeaturesKHR (vk::Bool32 cooperativeMatrix_={}, vk::Bool32 cooperativeMatrixRobustBufferAccess_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixFeaturesKHR (PhysicalDeviceCooperativeMatrixFeaturesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceCooperativeMatrixFeaturesKHR (VkPhysicalDeviceCooperativeMatrixFeaturesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceCooperativeMatrixFeaturesKHRoperator= (PhysicalDeviceCooperativeMatrixFeaturesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceCooperativeMatrixFeaturesKHRoperator= (VkPhysicalDeviceCooperativeMatrixFeaturesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceCooperativeMatrixFeaturesKHRsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceCooperativeMatrixFeaturesKHRsetCooperativeMatrix (vk::Bool32 cooperativeMatrix_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceCooperativeMatrixFeaturesKHRsetCooperativeMatrixRobustBufferAccess (vk::Bool32 cooperativeMatrixRobustBufferAccess_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceCooperativeMatrixFeaturesKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceCooperativeMatrixFeaturesKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceCooperativeMatrixFeaturesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceCooperativeMatrixFeaturesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceCooperativeMatrixFeaturesKHR
 
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::ePhysicalDeviceCooperativeMatrixFeaturesKHR
 

Detailed Description

Definition at line 58673 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceCooperativeMatrixFeaturesKHR() [1/3]

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

Definition at line 58681 of file vulkan_structs.hpp.

◆ PhysicalDeviceCooperativeMatrixFeaturesKHR() [2/3]

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

◆ PhysicalDeviceCooperativeMatrixFeaturesKHR() [3/3]

vk::PhysicalDeviceCooperativeMatrixFeaturesKHR::PhysicalDeviceCooperativeMatrixFeaturesKHR ( VkPhysicalDeviceCooperativeMatrixFeaturesKHR const &  rhs)
inline

Definition at line 58692 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceCooperativeMatrixFeaturesKHR &()

vk::PhysicalDeviceCooperativeMatrixFeaturesKHR::operator VkPhysicalDeviceCooperativeMatrixFeaturesKHR & ( )
inline

Definition at line 58733 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceCooperativeMatrixFeaturesKHR const &()

vk::PhysicalDeviceCooperativeMatrixFeaturesKHR::operator VkPhysicalDeviceCooperativeMatrixFeaturesKHR const & ( ) const
inline

Definition at line 58728 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 58763 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceCooperativeMatrixFeaturesKHR& vk::PhysicalDeviceCooperativeMatrixFeaturesKHR::operator= ( VkPhysicalDeviceCooperativeMatrixFeaturesKHR const &  rhs)
inline

Definition at line 58700 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 58753 of file vulkan_structs.hpp.

◆ setCooperativeMatrix()

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

Definition at line 58714 of file vulkan_structs.hpp.

◆ setCooperativeMatrixRobustBufferAccess()

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

Definition at line 58721 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 58707 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 58677 of file vulkan_structs.hpp.

◆ cooperativeMatrix

vk::Bool32 vk::PhysicalDeviceCooperativeMatrixFeaturesKHR::cooperativeMatrix = {}

Definition at line 58772 of file vulkan_structs.hpp.

◆ cooperativeMatrixRobustBufferAccess

vk::Bool32 vk::PhysicalDeviceCooperativeMatrixFeaturesKHR::cooperativeMatrixRobustBufferAccess = {}

Definition at line 58773 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 58771 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceCooperativeMatrixFeaturesKHR::structureType = StructureType::ePhysicalDeviceCooperativeMatrixFeaturesKHR
static

Definition at line 58678 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceCooperativeMatrixFeaturesKHR::sType = StructureType::ePhysicalDeviceCooperativeMatrixFeaturesKHR

Definition at line 58770 of file vulkan_structs.hpp.


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