Vulkan-Hpp
vk::PhysicalDeviceCooperativeMatrixPropertiesKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceCooperativeMatrixPropertiesKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixPropertiesKHR (vk::ShaderStageFlags cooperativeMatrixSupportedStages_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixPropertiesKHR (PhysicalDeviceCooperativeMatrixPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceCooperativeMatrixPropertiesKHR (VkPhysicalDeviceCooperativeMatrixPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceCooperativeMatrixPropertiesKHRoperator= (PhysicalDeviceCooperativeMatrixPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceCooperativeMatrixPropertiesKHRoperator= (VkPhysicalDeviceCooperativeMatrixPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceCooperativeMatrixPropertiesKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceCooperativeMatrixPropertiesKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceCooperativeMatrixPropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceCooperativeMatrixPropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceCooperativeMatrixPropertiesKHR
 
void * pNext = {}
 
vk::ShaderStageFlags cooperativeMatrixSupportedStages = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 58891 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceCooperativeMatrixPropertiesKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceCooperativeMatrixPropertiesKHR::PhysicalDeviceCooperativeMatrixPropertiesKHR ( vk::ShaderStageFlags  cooperativeMatrixSupportedStages_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 58899 of file vulkan_structs.hpp.

◆ PhysicalDeviceCooperativeMatrixPropertiesKHR() [2/3]

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

◆ PhysicalDeviceCooperativeMatrixPropertiesKHR() [3/3]

vk::PhysicalDeviceCooperativeMatrixPropertiesKHR::PhysicalDeviceCooperativeMatrixPropertiesKHR ( VkPhysicalDeviceCooperativeMatrixPropertiesKHR const &  rhs)
inline

Definition at line 58908 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceCooperativeMatrixPropertiesKHR &()

vk::PhysicalDeviceCooperativeMatrixPropertiesKHR::operator VkPhysicalDeviceCooperativeMatrixPropertiesKHR & ( )
inline

Definition at line 58927 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceCooperativeMatrixPropertiesKHR const &()

vk::PhysicalDeviceCooperativeMatrixPropertiesKHR::operator VkPhysicalDeviceCooperativeMatrixPropertiesKHR const & ( ) const
inline

Definition at line 58922 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 58956 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceCooperativeMatrixPropertiesKHR& vk::PhysicalDeviceCooperativeMatrixPropertiesKHR::operator= ( VkPhysicalDeviceCooperativeMatrixPropertiesKHR const &  rhs)
inline

Definition at line 58916 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 58947 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 58895 of file vulkan_structs.hpp.

◆ cooperativeMatrixSupportedStages

vk::ShaderStageFlags vk::PhysicalDeviceCooperativeMatrixPropertiesKHR::cooperativeMatrixSupportedStages = {}

Definition at line 58965 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 58964 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceCooperativeMatrixPropertiesKHR::structureType = StructureType::ePhysicalDeviceCooperativeMatrixPropertiesKHR
static

Definition at line 58896 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceCooperativeMatrixPropertiesKHR::sType = StructureType::ePhysicalDeviceCooperativeMatrixPropertiesKHR

Definition at line 58963 of file vulkan_structs.hpp.


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