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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkImageFormatListCreateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ImageFormatListCreateInfo (uint32_t viewFormatCount_={}, const VULKAN_HPP_NAMESPACE::Format *pViewFormats_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ImageFormatListCreateInfo (ImageFormatListCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ImageFormatListCreateInfo (VkImageFormatListCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
 ImageFormatListCreateInfo (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::Format > const &viewFormats_, const void *pNext_=nullptr)
 
ImageFormatListCreateInfooperator= (ImageFormatListCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ImageFormatListCreateInfooperator= (VkImageFormatListCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ImageFormatListCreateInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ImageFormatListCreateInfo
setViewFormatCount (uint32_t viewFormatCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ImageFormatListCreateInfo
setPViewFormats (const VULKAN_HPP_NAMESPACE::Format *pViewFormats_) VULKAN_HPP_NOEXCEPT
 
ImageFormatListCreateInfosetViewFormats (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::Format > const &viewFormats_) VULKAN_HPP_NOEXCEPT
 
 operator VkImageFormatListCreateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkImageFormatListCreateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ImageFormatListCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ImageFormatListCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eImageFormatListCreateInfo
 
const voidpNext = {}
 
uint32_t viewFormatCount = {}
 
const
VULKAN_HPP_NAMESPACE::Format
pViewFormats = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 39370 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::ImageFormatListCreateInfo ( uint32_t  viewFormatCount_ = {},
const VULKAN_HPP_NAMESPACE::Format pViewFormats_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 39378 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::ImageFormatListCreateInfo ( ImageFormatListCreateInfo const rhs)
default
VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::ImageFormatListCreateInfo ( VkImageFormatListCreateInfo const rhs)
inline

Definition at line 39389 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::ImageFormatListCreateInfo ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::Format > const viewFormats_,
const void pNext_ = nullptr 
)
inline

Definition at line 39395 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::operator VkImageFormatListCreateInfo & ( )
inline

Definition at line 39446 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::operator VkImageFormatListCreateInfo const & ( ) const
inline

Definition at line 39441 of file vulkan_structs.hpp.

ImageFormatListCreateInfo& VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::operator= ( ImageFormatListCreateInfo const rhs)
default
ImageFormatListCreateInfo& VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::operator= ( VkImageFormatListCreateInfo const rhs)
inline

Definition at line 39405 of file vulkan_structs.hpp.

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

Definition at line 39466 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ImageFormatListCreateInfo& VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::setPNext ( const void pNext_)
inline

Definition at line 39412 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ImageFormatListCreateInfo& VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::setPViewFormats ( const VULKAN_HPP_NAMESPACE::Format pViewFormats_)
inline

Definition at line 39424 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ImageFormatListCreateInfo& VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::setViewFormatCount ( uint32_t  viewFormatCount_)
inline

Definition at line 39418 of file vulkan_structs.hpp.

ImageFormatListCreateInfo& VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::setViewFormats ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::Format > const viewFormats_)
inline

Definition at line 39432 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 39374 of file vulkan_structs.hpp.

const void* VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::pNext = {}

Definition at line 39483 of file vulkan_structs.hpp.

const VULKAN_HPP_NAMESPACE::Format* VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::pViewFormats = {}

Definition at line 39485 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::structureType = StructureType::eImageFormatListCreateInfo
static

Definition at line 39375 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::sType = StructureType::eImageFormatListCreateInfo

Definition at line 39482 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfo::viewFormatCount = {}

Definition at line 39484 of file vulkan_structs.hpp.


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