Vulkan-Hpp
|
#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 | |
ExternalImageFormatProperties & | operator= (ExternalImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
ExternalImageFormatProperties & | operator= (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 |
Definition at line 36351 of file vulkan_structs.hpp.
Definition at line 36353 of file vulkan_structs.hpp.
|
inline |
Definition at line 36359 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 36368 of file vulkan_structs.hpp.
|
inline |
Definition at line 36387 of file vulkan_structs.hpp.
|
inline |
Definition at line 36382 of file vulkan_structs.hpp.
|
inline |
Definition at line 36416 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 36376 of file vulkan_structs.hpp.
|
inline |
Definition at line 36407 of file vulkan_structs.hpp.
|
static |
Definition at line 36355 of file vulkan_structs.hpp.
vk::ExternalMemoryProperties vk::ExternalImageFormatProperties::externalMemoryProperties = {} |
Definition at line 36425 of file vulkan_structs.hpp.
void* vk::ExternalImageFormatProperties::pNext = {} |
Definition at line 36424 of file vulkan_structs.hpp.
|
static |
Definition at line 36356 of file vulkan_structs.hpp.
vk::StructureType vk::ExternalImageFormatProperties::sType = StructureType::eExternalImageFormatProperties |
Definition at line 36423 of file vulkan_structs.hpp.