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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkExternalImageFormatProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ExternalImageFormatProperties (VULKAN_HPP_NAMESPACE::ExternalMemoryProperties externalMemoryProperties_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ExternalImageFormatProperties (ExternalImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ExternalImageFormatProperties (VkExternalImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
ExternalImageFormatPropertiesoperator= (ExternalImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ExternalImageFormatPropertiesoperator= (VkExternalImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkExternalImageFormatProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkExternalImageFormatProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ExternalImageFormatProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ExternalImageFormatProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eExternalImageFormatProperties
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::ExternalMemoryProperties externalMemoryProperties = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 32267 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::ExternalImageFormatProperties ( VULKAN_HPP_NAMESPACE::ExternalMemoryProperties  externalMemoryProperties_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 32275 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::ExternalImageFormatProperties ( ExternalImageFormatProperties const rhs)
default
VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::ExternalImageFormatProperties ( VkExternalImageFormatProperties const rhs)
inline

Definition at line 32284 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::operator VkExternalImageFormatProperties & ( )
inline

Definition at line 32303 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::operator VkExternalImageFormatProperties const & ( ) const
inline

Definition at line 32298 of file vulkan_structs.hpp.

ExternalImageFormatProperties& VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::operator= ( ExternalImageFormatProperties const rhs)
default
ExternalImageFormatProperties& VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::operator= ( VkExternalImageFormatProperties const rhs)
inline

Definition at line 32292 of file vulkan_structs.hpp.

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

Definition at line 32323 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 32271 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ExternalMemoryProperties VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::externalMemoryProperties = {}

Definition at line 32341 of file vulkan_structs.hpp.

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

Definition at line 32340 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::structureType = StructureType::eExternalImageFormatProperties
static

Definition at line 32272 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::sType = StructureType::eExternalImageFormatProperties

Definition at line 32339 of file vulkan_structs.hpp.


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