Vulkan-Hpp
vk::FormatProperties2 Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkFormatProperties2
 

Public Member Functions

VULKAN_HPP_CONSTEXPR FormatProperties2 (vk::FormatProperties formatProperties_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR FormatProperties2 (FormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 FormatProperties2 (VkFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT
 
FormatProperties2operator= (FormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
FormatProperties2operator= (VkFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkFormatProperties2 const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkFormatProperties2 & () VULKAN_HPP_NOEXCEPT
 
bool operator== (FormatProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (FormatProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eFormatProperties2
 
void * pNext = {}
 
vk::FormatProperties formatProperties = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 37573 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ FormatProperties2() [1/3]

VULKAN_HPP_CONSTEXPR vk::FormatProperties2::FormatProperties2 ( vk::FormatProperties  formatProperties_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 37581 of file vulkan_structs.hpp.

◆ FormatProperties2() [2/3]

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

◆ FormatProperties2() [3/3]

vk::FormatProperties2::FormatProperties2 ( VkFormatProperties2 const &  rhs)
inline

Definition at line 37589 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkFormatProperties2 &()

vk::FormatProperties2::operator VkFormatProperties2 & ( )
inline

Definition at line 37605 of file vulkan_structs.hpp.

◆ operator VkFormatProperties2 const &()

vk::FormatProperties2::operator VkFormatProperties2 const & ( ) const
inline

Definition at line 37600 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 37634 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

FormatProperties2& vk::FormatProperties2::operator= ( VkFormatProperties2 const &  rhs)
inline

Definition at line 37594 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 37625 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 37577 of file vulkan_structs.hpp.

◆ formatProperties

vk::FormatProperties vk::FormatProperties2::formatProperties = {}

Definition at line 37643 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 37642 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::FormatProperties2::structureType = StructureType::eFormatProperties2
static

Definition at line 37578 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::FormatProperties2::sType = StructureType::eFormatProperties2

Definition at line 37641 of file vulkan_structs.hpp.


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