Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkFormatProperties2 |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | FormatProperties2 (vk::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 | |
FormatProperties2 & | operator= (FormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default |
FormatProperties2 & | operator= (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 | |
vk::StructureType | sType = StructureType::eFormatProperties2 |
void * | pNext = {} |
vk::FormatProperties | formatProperties = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eFormatProperties2 |
Definition at line 37573 of file vulkan_structs.hpp.
Definition at line 37575 of file vulkan_structs.hpp.
|
inline |
Definition at line 37581 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 37589 of file vulkan_structs.hpp.
|
inline |
Definition at line 37605 of file vulkan_structs.hpp.
|
inline |
Definition at line 37600 of file vulkan_structs.hpp.
|
inline |
Definition at line 37634 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 37594 of file vulkan_structs.hpp.
|
inline |
Definition at line 37625 of file vulkan_structs.hpp.
|
static |
Definition at line 37577 of file vulkan_structs.hpp.
vk::FormatProperties vk::FormatProperties2::formatProperties = {} |
Definition at line 37643 of file vulkan_structs.hpp.
void* vk::FormatProperties2::pNext = {} |
Definition at line 37642 of file vulkan_structs.hpp.
|
static |
Definition at line 37578 of file vulkan_structs.hpp.
vk::StructureType vk::FormatProperties2::sType = StructureType::eFormatProperties2 |
Definition at line 37641 of file vulkan_structs.hpp.