Vulkan-Hpp
vk::ExternalImageFormatProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkExternalImageFormatProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ExternalImageFormatProperties (vk::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

vk::StructureType sType = StructureType::eExternalImageFormatProperties
 
void * pNext = {}
 
vk::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 36351 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ ExternalImageFormatProperties() [1/3]

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

Definition at line 36359 of file vulkan_structs.hpp.

◆ ExternalImageFormatProperties() [2/3]

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

◆ ExternalImageFormatProperties() [3/3]

vk::ExternalImageFormatProperties::ExternalImageFormatProperties ( VkExternalImageFormatProperties const &  rhs)
inline

Definition at line 36368 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkExternalImageFormatProperties &()

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

Definition at line 36387 of file vulkan_structs.hpp.

◆ operator VkExternalImageFormatProperties const &()

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

Definition at line 36382 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 36416 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

ExternalImageFormatProperties& vk::ExternalImageFormatProperties::operator= ( VkExternalImageFormatProperties const &  rhs)
inline

Definition at line 36376 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 36407 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 36355 of file vulkan_structs.hpp.

◆ externalMemoryProperties

vk::ExternalMemoryProperties vk::ExternalImageFormatProperties::externalMemoryProperties = {}

Definition at line 36425 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 36424 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 36356 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::ExternalImageFormatProperties::sType = StructureType::eExternalImageFormatProperties

Definition at line 36423 of file vulkan_structs.hpp.


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