SDL  2.0
VULKAN_HPP_NAMESPACE::MultisamplePropertiesEXT Struct Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::MultisamplePropertiesEXT:

Public Member Functions

 operator VkMultisamplePropertiesEXT const & () const
 
 operator VkMultisamplePropertiesEXT & ()
 
bool operator== (MultisamplePropertiesEXT const &rhs) const
 
bool operator!= (MultisamplePropertiesEXT const &rhs) const
 

Data Fields

voidpNext = nullptr
 
Extent2D maxSampleLocationGridSize
 

Private Attributes

StructureType sType = StructureType::eMultisamplePropertiesEXT
 

Detailed Description

Definition at line 16702 of file vulkan.hpp.

Member Function Documentation

◆ operator VkMultisamplePropertiesEXT &()

VULKAN_HPP_NAMESPACE::MultisamplePropertiesEXT::operator VkMultisamplePropertiesEXT & ( )
inline

Definition at line 16709 of file vulkan.hpp.

16710  {
16711  return *reinterpret_cast<VkMultisamplePropertiesEXT*>(this);
16712  }

◆ operator VkMultisamplePropertiesEXT const &()

VULKAN_HPP_NAMESPACE::MultisamplePropertiesEXT::operator VkMultisamplePropertiesEXT const & ( ) const
inline

Definition at line 16704 of file vulkan.hpp.

16705  {
16706  return *reinterpret_cast<const VkMultisamplePropertiesEXT*>(this);
16707  }

◆ operator!=()

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

Definition at line 16721 of file vulkan.hpp.

16722  {
16723  return !operator==( rhs );
16724  }
bool operator==(MultisamplePropertiesEXT const &rhs) const
Definition: vulkan.hpp:16714

◆ operator==()

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

Definition at line 16714 of file vulkan.hpp.

References maxSampleLocationGridSize, pNext, and sType.

16715  {
16716  return ( sType == rhs.sType )
16717  && ( pNext == rhs.pNext )
16718  && ( maxSampleLocationGridSize == rhs.maxSampleLocationGridSize );
16719  }

Field Documentation

◆ maxSampleLocationGridSize

Extent2D VULKAN_HPP_NAMESPACE::MultisamplePropertiesEXT::maxSampleLocationGridSize

Definition at line 16731 of file vulkan.hpp.

Referenced by operator==().

◆ pNext

void* VULKAN_HPP_NAMESPACE::MultisamplePropertiesEXT::pNext = nullptr

Definition at line 16730 of file vulkan.hpp.

Referenced by operator==().

◆ sType

StructureType VULKAN_HPP_NAMESPACE::MultisamplePropertiesEXT::sType = StructureType::eMultisamplePropertiesEXT
private

Definition at line 16727 of file vulkan.hpp.

Referenced by operator==().


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