HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::FormatProperties2 Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkFormatProperties2
 

Public Member Functions

VULKAN_HPP_CONSTEXPR FormatProperties2 (VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eFormatProperties2
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::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 33387 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 33395 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::FormatProperties2::FormatProperties2 ( FormatProperties2 const rhs)
default
VULKAN_HPP_NAMESPACE::FormatProperties2::FormatProperties2 ( VkFormatProperties2 const rhs)
inline

Definition at line 33403 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 33419 of file vulkan_structs.hpp.

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

Definition at line 33414 of file vulkan_structs.hpp.

Definition at line 33448 of file vulkan_structs.hpp.

FormatProperties2& VULKAN_HPP_NAMESPACE::FormatProperties2::operator= ( FormatProperties2 const rhs)
default
FormatProperties2& VULKAN_HPP_NAMESPACE::FormatProperties2::operator= ( VkFormatProperties2 const rhs)
inline

Definition at line 33408 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::FormatProperties2::operator== ( FormatProperties2 const rhs) const
inline

Definition at line 33439 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 33391 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::FormatProperties VULKAN_HPP_NAMESPACE::FormatProperties2::formatProperties = {}

Definition at line 33457 of file vulkan_structs.hpp.

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

Definition at line 33456 of file vulkan_structs.hpp.

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

Definition at line 33392 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::FormatProperties2::sType = StructureType::eFormatProperties2

Definition at line 33455 of file vulkan_structs.hpp.


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