Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkImageFormatProperties2 |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | ImageFormatProperties2 (vk::ImageFormatProperties imageFormatProperties_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | ImageFormatProperties2 (ImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default |
ImageFormatProperties2 (VkImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT | |
ImageFormatProperties2 & | operator= (ImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default |
ImageFormatProperties2 & | operator= (VkImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkImageFormatProperties2 const & () const VULKAN_HPP_NOEXCEPT | |
operator VkImageFormatProperties2 & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (ImageFormatProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (ImageFormatProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = StructureType::eImageFormatProperties2 |
void * | pNext = {} |
vk::ImageFormatProperties | imageFormatProperties = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eImageFormatProperties2 |
Definition at line 44506 of file vulkan_structs.hpp.
Definition at line 44508 of file vulkan_structs.hpp.
|
inline |
Definition at line 44514 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 44523 of file vulkan_structs.hpp.
|
inline |
Definition at line 44542 of file vulkan_structs.hpp.
|
inline |
Definition at line 44537 of file vulkan_structs.hpp.
|
inline |
Definition at line 44571 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 44531 of file vulkan_structs.hpp.
|
inline |
Definition at line 44562 of file vulkan_structs.hpp.
|
static |
Definition at line 44510 of file vulkan_structs.hpp.
vk::ImageFormatProperties vk::ImageFormatProperties2::imageFormatProperties = {} |
Definition at line 44580 of file vulkan_structs.hpp.
void* vk::ImageFormatProperties2::pNext = {} |
Definition at line 44579 of file vulkan_structs.hpp.
|
static |
Definition at line 44511 of file vulkan_structs.hpp.
vk::StructureType vk::ImageFormatProperties2::sType = StructureType::eImageFormatProperties2 |
Definition at line 44578 of file vulkan_structs.hpp.